Shades of Pohutukawa #5F0718
Tints of Pohutukawa #5F0718
RGB
CMYK
RGB Variations
Color information
#5F0718 (or 0x5F0718) is known color: Pohutukawa. HEX triplet: 5F, 07 and 18. RGB value is (95,7,24). Sum of RGB (Red+Green+Blue) = 95+7+24=126 (16% of max value = 765). Red value is 95 (37.5% from 255 or 75.40% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0718 is #A0F8E7. Grayscale: #232323. Windows color (decimal): -10549480 or 1574751. OLE color: 1574751.
HSL color Cylindrical-coordinate representation of color #5F0718: hue angle of 348.41º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0718 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 7 | 24 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.63 |
| HSL | 348.41º | 0.86% | 0.2% | - |
| HSV(B) | 348.41º | 0.93% | 0.37% | - |
| XYZ | 4.96 | 2.65 | 1.11 | - |
| YUV | 35.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 7 | 24 | 0 | 0.93 | 0.75 | 0.63 | 348.41 | 0.86 | 0.2 |
| Hex | 5F | 7 | 18 | 0 | 5D | 4B | 3F | 15C | 56 | 14 |
| Octal | 137 | 7 | 30 | 0 | 135 | 113 | 77 | 534 | 126 | 24 |
| Binary | 1011111 | 111 | 11000 | 0 | 1011101 | 1001011 | 111111 | 101011100 | 1010110 | 10100 |
Color Harmonies of #5F0718
Complementary color
Monochromatic Colors of #5F0718
Black with #5F0718
Text Example
Text Example
White with #5F0718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0718; }
p { color: rgb(95,7,24); }
H1.HeaderClassName
{
color: #5F0718;
}
.AnyTagClassName
{
color: #5F0718;
}
</style>
background-color css
<style>
a { background-color: #5F0718; }
a { background-color: rgb(95,7,24); }
div.DivClassName
{
background-color: #5F0718;
}
.BgClassName
{
background-color: #5F0718;
}
</style>
border-color css
<style>
span { border-color: #5F0718; }
span { border-color: rgb(95,7,24); }
td.TdClassName
{
border-color: #5F0718;
}
.TagClassName
{
border-color: #5F0718;
}
</style>