Html Css Color HEX #601224 Pohutukawa

📋 copy color: '#601224'

red 96 ◦ green 18 ◦ blue 36

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

Shades of Pohutukawa #601224

Tints of Pohutukawa #601224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

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

R = 64%
G = 12%
B = 24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601224 (or 0x601224) is known color: Pohutukawa. HEX triplet: 60, 12 and 24. RGB value is (96,18,36). Sum of RGB (Red+Green+Blue) = 96+18+36=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #601224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601224 is #9FEDDB. Grayscale: #2B2B2B. Windows color (decimal): -10481116 or 2364000. OLE color: 2364000.

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

Color convert

RGB 96 18 36 -
CMYK 0 0.81 0.62 0.62
HSL 346.15º 0.68% 0.22% -
HSV(B) 346.15º 0.81% 0.38% -
XYZ 5.36 3.05 1.97 -
YUV 43.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 96 18 36 0 0.81 0.62 0.62 346.15 0.68 0.22
Hex 60 12 24 0 51 3E 3E 15A 44 16
Octal 140 22 44 0 121 76 76 532 104 26
Binary 1100000 10010 100100 0 1010001 111110 111110 101011010 1000100 10110

Color Harmonies of #601224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601224

Black with #601224

Text Example


Text Example

White with #601224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601224; }

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

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

background-color css

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

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

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

border-color css

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

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

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