#601424

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

Shades of Pohutukawa #601424

Tints of Pohutukawa #601424

Color information

#601424 (or 0x601424) is unknown color: approx Pohutukawa. HEX triplet: 60, 14 and 24. RGB value is (96,20,36). Sum of RGB (Red+Green+Blue) = 96+20+36=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #601424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601424 is #9FEBDB. Grayscale: #2C2C2C. Windows color (decimal): -10480604 or 2364512. OLE color: 2364512.

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

Color convert

RGB962036-
CMYK00.790.620.62
HSL347.37º65.52%22.75%-
HSV(B)347.37º79.17%37.65%-
XYZ5.393.111.99-
YUV44.55123.18164.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.16%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=63.16%
G=13.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96203600.790.620.62347.3765.5222.75
Hex60142404F3E3E15b4217
Octal14024440117767653310227
Binary11000001010010010001001111111110111110101011011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601424; }

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

 H1.HeaderClassName
 {
   color: #601424;
 }
 .AnyTagClassName
 {
   color: #601424;
 }
</style>
background-color css

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

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

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

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

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

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