Shades of Pohutukawa #5F080B
Tints of Pohutukawa #5F080B
RGB
CMYK
RGB Variations
Color information
#5F080B (or 0x5F080B) is known color: Pohutukawa. HEX triplet: 5F, 08 and 0B. RGB value is (95,8,11). Sum of RGB (Red+Green+Blue) = 95+8+11=114 (15% of max value = 765). Red value is 95 (37.5% from 255 or 83.33% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 95 - color contains mainly: red. Hex color #5F080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F080B is #A0F7F4. Grayscale: #222222. Windows color (decimal): -10549237 or 723039. OLE color: 723039.
HSL color Cylindrical-coordinate representation of color #5F080B: hue angle of 357.93º 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 #5F080B is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 11 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.63 |
| HSL | 357.93º | 0.84% | 0.2% | - |
| HSV(B) | 357.93º | 0.92% | 0.37% | - |
| XYZ | 4.87 | 2.63 | 0.57 | - |
| YUV | 34.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 11 | 0 | 0.92 | 0.88 | 0.63 | 357.93 | 0.84 | 0.2 |
| Hex | 5F | 8 | B | 0 | 5C | 58 | 3F | 166 | 54 | 14 |
| Octal | 137 | 10 | 13 | 0 | 134 | 130 | 77 | 546 | 124 | 24 |
| Binary | 1011111 | 1000 | 1011 | 0 | 1011100 | 1011000 | 111111 | 101100110 | 1010100 | 10100 |
Color Harmonies of #5F080B
Complementary color
Monochromatic Colors of #5F080B
Black with #5F080B
Text Example
Text Example
White with #5F080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F080B; }
p { color: rgb(95,8,11); }
H1.HeaderClassName
{
color: #5F080B;
}
.AnyTagClassName
{
color: #5F080B;
}
</style>
background-color css
<style>
a { background-color: #5F080B; }
a { background-color: rgb(95,8,11); }
div.DivClassName
{
background-color: #5F080B;
}
.BgClassName
{
background-color: #5F080B;
}
</style>
border-color css
<style>
span { border-color: #5F080B; }
span { border-color: rgb(95,8,11); }
td.TdClassName
{
border-color: #5F080B;
}
.TagClassName
{
border-color: #5F080B;
}
</style>