Html Css Color HEX #600B25 Pohutukawa

📋 copy color: '#600B25'

red 96 ◦ green 11 ◦ blue 37

#600B25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #600B25

Tints of Pohutukawa #600B25

RGB

 RED value IS 96 (37.89% from 255) = 66.67%

 GREEN value IS 11 (4.69% from 255) = 7.64%

 BLUE value IS 37 (14.84% from 255) = 25.69%

R = 66.67%
G = 7.64%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#600B25 (or 0x600B25) is known color: Pohutukawa. HEX triplet: 60, 0B and 25. RGB value is (96,11,37). Sum of RGB (Red+Green+Blue) = 96+11+37=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #600B25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B25 is #9FF4DA. Grayscale: #272727. Windows color (decimal): -10482907 or 2427744. OLE color: 2427744.

HSL color Cylindrical-coordinate representation of color #600B25: hue angle of 341.65º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B25 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 11 37 -
CMYK 0 0.89 0.61 0.62
HSL 341.65º 0.79% 0.21% -
HSV(B) 341.65º 0.89% 0.38% -
XYZ 5.28 2.86 2.02 -
YUV 39.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 96 11 37 0 0.89 0.61 0.62 341.65 0.79 0.21
Hex 60 B 25 0 59 3D 3E 156 4F 15
Octal 140 13 45 0 131 75 76 526 117 25
Binary 1100000 1011 100101 0 1011001 111101 111110 101010110 1001111 10101

Color Harmonies of #600B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B25

Black with #600B25

Text Example


Text Example

White with #600B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600B25; }

 p { color: rgb(96,11,37); }

 H1.HeaderClassName
 {
   color: #600B25;
 }
 .AnyTagClassName
 {
   color: #600B25;
 }
</style>

background-color css

<style>
 a { background-color: #600B25; }

 a { background-color: rgb(96,11,37); }

 div.DivClassName
 {
   background-color: #600B25;
 }
 .BgClassName
 {
   background-color: #600B25;
 }
</style>

border-color css

<style>
 span { border-color: #600B25; }

 span { border-color: rgb(96,11,37); }

 td.TdClassName
 {
   border-color: #600B25;
 }
 .TagClassName
 {
   border-color: #600B25;
 }
</style>