Html Css Color HEX #600C19 Pohutukawa

📋 copy color: '#600C19'

red 96 ◦ green 12 ◦ blue 25

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

Shades of Pohutukawa #600C19

Tints of Pohutukawa #600C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.02%

 BLUE value IS 25 (10.16% from 255) = 18.8%

R = 72.18%
G = 9.02%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#600C19 (or 0x600C19) is known color: Pohutukawa. HEX triplet: 60, 0C and 19. RGB value is (96,12,25). Sum of RGB (Red+Green+Blue) = 96+12+25=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #600C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C19 is #9FF3E6. Grayscale: #262626. Windows color (decimal): -10482663 or 1641568. OLE color: 1641568.

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

Color convert

RGB 96 12 25 -
CMYK 0 0.88 0.74 0.62
HSL 350.71º 0.78% 0.21% -
HSV(B) 350.71º 0.88% 0.38% -
XYZ 5.13 2.82 1.19 -
YUV 38.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 96 12 25 0 0.88 0.74 0.62 350.71 0.78 0.21
Hex 60 C 19 0 58 4A 3E 15F 4E 15
Octal 140 14 31 0 130 112 76 537 116 25
Binary 1100000 1100 11001 0 1011000 1001010 111110 101011111 1001110 10101

Color Harmonies of #600C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C19

Black with #600C19

Text Example


Text Example

White with #600C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,12,25); }

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

background-color css

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

 a { background-color: rgb(96,12,25); }

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

border-color css

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

 span { border-color: rgb(96,12,25); }

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