Shades of Pohutukawa #5F0916
Tints of Pohutukawa #5F0916
RGB
CMYK
RGB Variations
Color information
#5F0916 (or 0x5F0916) is known color: Pohutukawa. HEX triplet: 5F, 09 and 16. RGB value is (95,9,22). Sum of RGB (Red+Green+Blue) = 95+9+22=126 (16% of max value = 765). Red value is 95 (37.5% from 255 or 75.40% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0916 is #A0F6E9. Grayscale: #242424. Windows color (decimal): -10548970 or 1444191. OLE color: 1444191.
HSL color Cylindrical-coordinate representation of color #5F0916: hue angle of 350.93º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0916 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 22 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.63 |
| HSL | 350.93º | 0.83% | 0.2% | - |
| HSV(B) | 350.93º | 0.91% | 0.37% | - |
| XYZ | 4.96 | 2.69 | 1.02 | - |
| YUV | 36.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 22 | 0 | 0.91 | 0.77 | 0.63 | 350.93 | 0.83 | 0.2 |
| Hex | 5F | 9 | 16 | 0 | 5B | 4D | 3F | 15F | 53 | 14 |
| Octal | 137 | 11 | 26 | 0 | 133 | 115 | 77 | 537 | 123 | 24 |
| Binary | 1011111 | 1001 | 10110 | 0 | 1011011 | 1001101 | 111111 | 101011111 | 1010011 | 10100 |
Color Harmonies of #5F0916
Complementary color
Monochromatic Colors of #5F0916
Black with #5F0916
Text Example
Text Example
White with #5F0916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0916; }
p { color: rgb(95,9,22); }
H1.HeaderClassName
{
color: #5F0916;
}
.AnyTagClassName
{
color: #5F0916;
}
</style>
background-color css
<style>
a { background-color: #5F0916; }
a { background-color: rgb(95,9,22); }
div.DivClassName
{
background-color: #5F0916;
}
.BgClassName
{
background-color: #5F0916;
}
</style>
border-color css
<style>
span { border-color: #5F0916; }
span { border-color: rgb(95,9,22); }
td.TdClassName
{
border-color: #5F0916;
}
.TagClassName
{
border-color: #5F0916;
}
</style>