Html Css Color HEX #600C24 Pohutukawa

📋 copy color: '#600C24'

red 96 ◦ green 12 ◦ blue 36

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

Shades of Pohutukawa #600C24

Tints of Pohutukawa #600C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25%

R = 66.67%
G = 8.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#600C24 (or 0x600C24) is known color: Pohutukawa. HEX triplet: 60, 0C and 24. RGB value is (96,12,36). Sum of RGB (Red+Green+Blue) = 96+12+36=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #600C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C24 is #9FF3DB. Grayscale: #272727. Windows color (decimal): -10482652 or 2362464. OLE color: 2362464.

HSL color Cylindrical-coordinate representation of color #600C24: hue angle of 342.86º 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 #600C24 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 12 36 -
CMYK 0 0.88 0.62 0.62
HSL 342.86º 0.78% 0.21% -
HSV(B) 342.86º 0.88% 0.38% -
XYZ 5.27 2.88 1.95 -
YUV 39.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 96 12 36 0 0.88 0.62 0.62 342.86 0.78 0.21
Hex 60 C 24 0 58 3E 3E 157 4E 15
Octal 140 14 44 0 130 76 76 527 116 25
Binary 1100000 1100 100100 0 1011000 111110 111110 101010111 1001110 10101

Color Harmonies of #600C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C24

Black with #600C24

Text Example


Text Example

White with #600C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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