Html Css Color HEX #600424 Pohutukawa

📋 copy color: '#600424'

red 96 ◦ green 4 ◦ blue 36

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

Shades of Pohutukawa #600424

Tints of Pohutukawa #600424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

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

R = 70.59%
G = 2.94%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#600424 (or 0x600424) is known color: Pohutukawa. HEX triplet: 60, 04 and 24. RGB value is (96,4,36). Sum of RGB (Red+Green+Blue) = 96+4+36=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #600424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600424 is #9FFBDB. Grayscale: #232323. Windows color (decimal): -10484700 or 2360416. OLE color: 2360416.

HSL color Cylindrical-coordinate representation of color #600424: hue angle of 339.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600424 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 36 -
CMYK 0 0.96 0.62 0.62
HSL 339.13º 0.92% 0.2% -
HSV(B) 339.13º 0.96% 0.38% -
XYZ 5.19 2.7 1.92 -
YUV 35.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 96 4 36 0 0.96 0.62 0.62 339.13 0.92 0.2
Hex 60 4 24 0 60 3E 3E 153 5C 14
Octal 140 4 44 0 140 76 76 523 134 24
Binary 1100000 100 100100 0 1100000 111110 111110 101010011 1011100 10100

Color Harmonies of #600424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600424

Black with #600424

Text Example


Text Example

White with #600424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600424; }

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

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

background-color css

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

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

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

border-color css

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

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

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