Shades of Pohutukawa #5F080D
Tints of Pohutukawa #5F080D
RGB
CMYK
RGB Variations
Color information
#5F080D (or 0x5F080D) is known color: Pohutukawa. HEX triplet: 5F, 08 and 0D. RGB value is (95,8,13). Sum of RGB (Red+Green+Blue) = 95+8+13=116 (15% of max value = 765). Red value is 95 (37.5% from 255 or 81.90% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 95 - color contains mainly: red. Hex color #5F080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F080D is #A0F7F2. Grayscale: #222222. Windows color (decimal): -10549235 or 854111. OLE color: 854111.
HSL color Cylindrical-coordinate representation of color #5F080D: hue angle of 356.55º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F080D is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 13 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.63 |
| HSL | 356.55º | 0.84% | 0.2% | - |
| HSV(B) | 356.55º | 0.92% | 0.37% | - |
| XYZ | 4.88 | 2.64 | 0.63 | - |
| YUV | 34.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 13 | 0 | 0.92 | 0.86 | 0.63 | 356.55 | 0.84 | 0.2 |
| Hex | 5F | 8 | D | 0 | 5C | 56 | 3F | 165 | 54 | 14 |
| Octal | 137 | 10 | 15 | 0 | 134 | 126 | 77 | 545 | 124 | 24 |
| Binary | 1011111 | 1000 | 1101 | 0 | 1011100 | 1010110 | 111111 | 101100101 | 1010100 | 10100 |
Color Harmonies of #5F080D
Complementary color
Monochromatic Colors of #5F080D
Black with #5F080D
Text Example
Text Example
White with #5F080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F080D; }
p { color: rgb(95,8,13); }
H1.HeaderClassName
{
color: #5F080D;
}
.AnyTagClassName
{
color: #5F080D;
}
</style>
background-color css
<style>
a { background-color: #5F080D; }
a { background-color: rgb(95,8,13); }
div.DivClassName
{
background-color: #5F080D;
}
.BgClassName
{
background-color: #5F080D;
}
</style>
border-color css
<style>
span { border-color: #5F080D; }
span { border-color: rgb(95,8,13); }
td.TdClassName
{
border-color: #5F080D;
}
.TagClassName
{
border-color: #5F080D;
}
</style>