Shades of Pohutukawa #600E24
Tints of Pohutukawa #600E24
RGB
CMYK
RGB Variations
Color information
#600E24 (or 0x600E24) is known color: Pohutukawa. HEX triplet: 60, 0E and 24. RGB value is (96,14,36). Sum of RGB (Red+Green+Blue) = 96+14+36=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #600E24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E24 is #9FF1DB. Grayscale: #292929. Windows color (decimal): -10482140 or 2362976. OLE color: 2362976.
HSL color Cylindrical-coordinate representation of color #600E24: hue angle of 343.9º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E24 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 14 | 36 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.62 |
| HSL | 343.9º | 0.75% | 0.22% | - |
| HSV(B) | 343.9º | 0.85% | 0.38% | - |
| XYZ | 5.3 | 2.93 | 1.95 | - |
| YUV | 41.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 36 | 0 | 0.85 | 0.62 | 0.62 | 343.9 | 0.75 | 0.22 |
| Hex | 60 | E | 24 | 0 | 55 | 3E | 3E | 158 | 4B | 16 |
| Octal | 140 | 16 | 44 | 0 | 125 | 76 | 76 | 530 | 113 | 26 |
| Binary | 1100000 | 1110 | 100100 | 0 | 1010101 | 111110 | 111110 | 101011000 | 1001011 | 10110 |
Color Harmonies of #600E24
Complementary color
Monochromatic Colors of #600E24
Black with #600E24
Text Example
Text Example
White with #600E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600E24; }
p { color: rgb(96,14,36); }
H1.HeaderClassName
{
color: #600E24;
}
.AnyTagClassName
{
color: #600E24;
}
</style>
background-color css
<style>
a { background-color: #600E24; }
a { background-color: rgb(96,14,36); }
div.DivClassName
{
background-color: #600E24;
}
.BgClassName
{
background-color: #600E24;
}
</style>
border-color css
<style>
span { border-color: #600E24; }
span { border-color: rgb(96,14,36); }
td.TdClassName
{
border-color: #600E24;
}
.TagClassName
{
border-color: #600E24;
}
</style>