Shades of Pohutukawa #601D24
Tints of Pohutukawa #601D24
RGB
CMYK
RGB Variations
Color information
#601D24 (or 0x601D24) is known color: Pohutukawa. HEX triplet: 60, 1D and 24. RGB value is (96,29,36). Sum of RGB (Red+Green+Blue) = 96+29+36=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #601D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D24 is #9FE2DB. Grayscale: #313131. Windows color (decimal): -10478300 or 2366816. OLE color: 2366816.
HSL color Cylindrical-coordinate representation of color #601D24: hue angle of 353.73º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #601D24 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 29 | 36 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.62 |
| HSL | 353.73º | 0.54% | 0.25% | - |
| HSV(B) | 353.73º | 0.7% | 0.38% | - |
| XYZ | 5.58 | 3.49 | 2.05 | - |
| YUV | 49.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 36 | 0 | 0.70 | 0.62 | 0.62 | 353.73 | 0.54 | 0.25 |
| Hex | 60 | 1D | 24 | 0 | 46 | 3E | 3E | 162 | 36 | 19 |
| Octal | 140 | 35 | 44 | 0 | 106 | 76 | 76 | 542 | 66 | 31 |
| Binary | 1100000 | 11101 | 100100 | 0 | 1000110 | 111110 | 111110 | 101100010 | 110110 | 11001 |
Color Harmonies of #601D24
Complementary color
Monochromatic Colors of #601D24
Black with #601D24
Text Example
Text Example
White with #601D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D24; }
p { color: rgb(96,29,36); }
H1.HeaderClassName
{
color: #601D24;
}
.AnyTagClassName
{
color: #601D24;
}
</style>
background-color css
<style>
a { background-color: #601D24; }
a { background-color: rgb(96,29,36); }
div.DivClassName
{
background-color: #601D24;
}
.BgClassName
{
background-color: #601D24;
}
</style>
border-color css
<style>
span { border-color: #601D24; }
span { border-color: rgb(96,29,36); }
td.TdClassName
{
border-color: #601D24;
}
.TagClassName
{
border-color: #601D24;
}
</style>