Shades of Pohutukawa #5F0F18
Tints of Pohutukawa #5F0F18
RGB
CMYK
RGB Variations
Color information
#5F0F18 (or 0x5F0F18) is known color: Pohutukawa. HEX triplet: 5F, 0F and 18. RGB value is (95,15,24). Sum of RGB (Red+Green+Blue) = 95+15+24=134 (17% of max value = 765). Red value is 95 (37.5% from 255 or 70.90% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0F18 is #A0F0E7. Grayscale: #272727. Windows color (decimal): -10547432 or 1576799. OLE color: 1576799.
HSL color Cylindrical-coordinate representation of color #5F0F18: hue angle of 353.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F0F18 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 15 | 24 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.63 |
| HSL | 353.25º | 0.73% | 0.22% | - |
| HSV(B) | 353.25º | 0.84% | 0.37% | - |
| XYZ | 5.06 | 2.84 | 1.15 | - |
| YUV | 39.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 15 | 24 | 0 | 0.84 | 0.75 | 0.63 | 353.25 | 0.73 | 0.22 |
| Hex | 5F | F | 18 | 0 | 54 | 4B | 3F | 161 | 49 | 16 |
| Octal | 137 | 17 | 30 | 0 | 124 | 113 | 77 | 541 | 111 | 26 |
| Binary | 1011111 | 1111 | 11000 | 0 | 1010100 | 1001011 | 111111 | 101100001 | 1001001 | 10110 |
Color Harmonies of #5F0F18
Complementary color
Monochromatic Colors of #5F0F18
Black with #5F0F18
Text Example
Text Example
White with #5F0F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0F18; }
p { color: rgb(95,15,24); }
H1.HeaderClassName
{
color: #5F0F18;
}
.AnyTagClassName
{
color: #5F0F18;
}
</style>
background-color css
<style>
a { background-color: #5F0F18; }
a { background-color: rgb(95,15,24); }
div.DivClassName
{
background-color: #5F0F18;
}
.BgClassName
{
background-color: #5F0F18;
}
</style>
border-color css
<style>
span { border-color: #5F0F18; }
span { border-color: rgb(95,15,24); }
td.TdClassName
{
border-color: #5F0F18;
}
.TagClassName
{
border-color: #5F0F18;
}
</style>