Shades of Pohutukawa #5F0116
Tints of Pohutukawa #5F0116
RGB
CMYK
RGB Variations
Color information
#5F0116 (or 0x5F0116) is known color: Pohutukawa. HEX triplet: 5F, 01 and 16. RGB value is (95,1,22). Sum of RGB (Red+Green+Blue) = 95+1+22=118 (15% of max value = 765). Red value is 95 (37.5% from 255 or 80.51% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0116 is #A0FEE9. Grayscale: #1F1F1F. Windows color (decimal): -10551018 or 1442143. OLE color: 1442143.
HSL color Cylindrical-coordinate representation of color #5F0116: hue angle of 346.6º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0116 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.63 |
| HSL | 346.6º | 0.98% | 0.19% | - |
| HSV(B) | 346.6º | 0.99% | 0.37% | - |
| XYZ | 4.87 | 2.51 | 0.99 | - |
| YUV | 31.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 22 | 0 | 0.99 | 0.77 | 0.63 | 346.6 | 0.98 | 0.19 |
| Hex | 5F | 1 | 16 | 0 | 63 | 4D | 3F | 15B | 62 | 13 |
| Octal | 137 | 1 | 26 | 0 | 143 | 115 | 77 | 533 | 142 | 23 |
| Binary | 1011111 | 1 | 10110 | 0 | 1100011 | 1001101 | 111111 | 101011011 | 1100010 | 10011 |
Color Harmonies of #5F0116
Complementary color
Monochromatic Colors of #5F0116
Black with #5F0116
Text Example
Text Example
White with #5F0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0116; }
p { color: rgb(95,1,22); }
H1.HeaderClassName
{
color: #5F0116;
}
.AnyTagClassName
{
color: #5F0116;
}
</style>
background-color css
<style>
a { background-color: #5F0116; }
a { background-color: rgb(95,1,22); }
div.DivClassName
{
background-color: #5F0116;
}
.BgClassName
{
background-color: #5F0116;
}
</style>
border-color css
<style>
span { border-color: #5F0116; }
span { border-color: rgb(95,1,22); }
td.TdClassName
{
border-color: #5F0116;
}
.TagClassName
{
border-color: #5F0116;
}
</style>