Shades of Pohutukawa #601124
Tints of Pohutukawa #601124
RGB
CMYK
RGB Variations
Color information
#601124 (or 0x601124) is known color: Pohutukawa. HEX triplet: 60, 11 and 24. RGB value is (96,17,36). Sum of RGB (Red+Green+Blue) = 96+17+36=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601124 is #9FEEDB. Grayscale: #2A2A2A. Windows color (decimal): -10481372 or 2363744. OLE color: 2363744.
HSL color Cylindrical-coordinate representation of color #601124: hue angle of 345.57º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601124 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 36 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.62 |
| HSL | 345.57º | 0.7% | 0.22% | - |
| HSV(B) | 345.57º | 0.82% | 0.38% | - |
| XYZ | 5.34 | 3.02 | 1.97 | - |
| YUV | 42.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 36 | 0 | 0.82 | 0.62 | 0.62 | 345.57 | 0.7 | 0.22 |
| Hex | 60 | 11 | 24 | 0 | 52 | 3E | 3E | 15A | 46 | 16 |
| Octal | 140 | 21 | 44 | 0 | 122 | 76 | 76 | 532 | 106 | 26 |
| Binary | 1100000 | 10001 | 100100 | 0 | 1010010 | 111110 | 111110 | 101011010 | 1000110 | 10110 |
Color Harmonies of #601124
Complementary color
Monochromatic Colors of #601124
Black with #601124
Text Example
Text Example
White with #601124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601124; }
p { color: rgb(96,17,36); }
H1.HeaderClassName
{
color: #601124;
}
.AnyTagClassName
{
color: #601124;
}
</style>
background-color css
<style>
a { background-color: #601124; }
a { background-color: rgb(96,17,36); }
div.DivClassName
{
background-color: #601124;
}
.BgClassName
{
background-color: #601124;
}
</style>
border-color css
<style>
span { border-color: #601124; }
span { border-color: rgb(96,17,36); }
td.TdClassName
{
border-color: #601124;
}
.TagClassName
{
border-color: #601124;
}
</style>