#601224

Color #601224 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #601224

Tints of Pohutukawa #601224

Color information

#601224 (or 0x601224) is unknown color: approx 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

RGB961836-
CMYK00.810.620.62
HSL346.15º68.42%22.35%-
HSV(B)346.15º81.25%37.65%-
XYZ5.363.051.97-
YUV43.37123.84165.54-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96183600.810.620.62346.1568.4222.35
Hex6012240513E3E15a4416
Octal14022440121767653210426
Binary11000001001010010001010001111110111110101011010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>