Shades of Pohutukawa #601424
Tints of Pohutukawa #601424
RGB
CMYK
RGB Variations
Color information
#601424 (or 0x601424) is known color: 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
| RGB | 96 | 20 | 36 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.62 |
| HSL | 347.37º | 0.66% | 0.23% | - |
| HSV(B) | 347.37º | 0.79% | 0.38% | - |
| XYZ | 5.39 | 3.11 | 1.99 | - |
| YUV | 44.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 36 | 0 | 0.79 | 0.62 | 0.62 | 347.37 | 0.66 | 0.23 |
| Hex | 60 | 14 | 24 | 0 | 4F | 3E | 3E | 15B | 42 | 17 |
| Octal | 140 | 24 | 44 | 0 | 117 | 76 | 76 | 533 | 102 | 27 |
| Binary | 1100000 | 10100 | 100100 | 0 | 1001111 | 111110 | 111110 | 101011011 | 1000010 | 10111 |
Color Harmonies of #601424
Complementary color
Monochromatic Colors of #601424
Black with #601424
Text Example
Text Example
White with #601424
Text Example
Text Example
HTML Codes & Css Web 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>