Shades of Pohutukawa #601928
Tints of Pohutukawa #601928
RGB
CMYK
RGB Variations
Color information
#601928 (or 0x601928) is known color: Pohutukawa. HEX triplet: 60, 19 and 28. RGB value is (96,25,40). Sum of RGB (Red+Green+Blue) = 96+25+40=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #601928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601928 is #9FE6D7. Grayscale: #2F2F2F. Windows color (decimal): -10479320 or 2627936. OLE color: 2627936.
HSL color Cylindrical-coordinate representation of color #601928: hue angle of 347.32º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601928 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 40 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.62 |
| HSL | 347.32º | 0.59% | 0.24% | - |
| HSV(B) | 347.32º | 0.74% | 0.38% | - |
| XYZ | 5.55 | 3.34 | 2.36 | - |
| YUV | 47.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 40 | 0 | 0.74 | 0.58 | 0.62 | 347.32 | 0.59 | 0.24 |
| Hex | 60 | 19 | 28 | 0 | 4A | 3A | 3E | 15B | 3B | 18 |
| Octal | 140 | 31 | 50 | 0 | 112 | 72 | 76 | 533 | 73 | 30 |
| Binary | 1100000 | 11001 | 101000 | 0 | 1001010 | 111010 | 111110 | 101011011 | 111011 | 11000 |
Color Harmonies of #601928
Complementary color
Monochromatic Colors of #601928
Black with #601928
Text Example
Text Example
White with #601928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601928; }
p { color: rgb(96,25,40); }
H1.HeaderClassName
{
color: #601928;
}
.AnyTagClassName
{
color: #601928;
}
</style>
background-color css
<style>
a { background-color: #601928; }
a { background-color: rgb(96,25,40); }
div.DivClassName
{
background-color: #601928;
}
.BgClassName
{
background-color: #601928;
}
</style>
border-color css
<style>
span { border-color: #601928; }
span { border-color: rgb(96,25,40); }
td.TdClassName
{
border-color: #601928;
}
.TagClassName
{
border-color: #601928;
}
</style>