Shades of Pohutukawa #5F080A
Tints of Pohutukawa #5F080A
RGB
CMYK
RGB Variations
Color information
#5F080A (or 0x5F080A) is known color: Pohutukawa. HEX triplet: 5F, 08 and 0A. RGB value is (95,8,10). Sum of RGB (Red+Green+Blue) = 95+8+10=113 (14% of max value = 765). Red value is 95 (37.5% from 255 or 84.07% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 95 - color contains mainly: red. Hex color #5F080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F080A is #A0F7F5. Grayscale: #222222. Windows color (decimal): -10549238 or 657503. OLE color: 657503.
HSL color Cylindrical-coordinate representation of color #5F080A: hue angle of 358.62º 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 #5F080A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 10 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.63 |
| HSL | 358.62º | 0.84% | 0.2% | - |
| HSV(B) | 358.62º | 0.92% | 0.37% | - |
| XYZ | 4.86 | 2.63 | 0.54 | - |
| YUV | 34.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 10 | 0 | 0.92 | 0.89 | 0.63 | 358.62 | 0.84 | 0.2 |
| Hex | 5F | 8 | A | 0 | 5C | 59 | 3F | 167 | 54 | 14 |
| Octal | 137 | 10 | 12 | 0 | 134 | 131 | 77 | 547 | 124 | 24 |
| Binary | 1011111 | 1000 | 1010 | 0 | 1011100 | 1011001 | 111111 | 101100111 | 1010100 | 10100 |
Color Harmonies of #5F080A
Complementary color
Monochromatic Colors of #5F080A
Black with #5F080A
Text Example
Text Example
White with #5F080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F080A; }
p { color: rgb(95,8,10); }
H1.HeaderClassName
{
color: #5F080A;
}
.AnyTagClassName
{
color: #5F080A;
}
</style>
background-color css
<style>
a { background-color: #5F080A; }
a { background-color: rgb(95,8,10); }
div.DivClassName
{
background-color: #5F080A;
}
.BgClassName
{
background-color: #5F080A;
}
</style>
border-color css
<style>
span { border-color: #5F080A; }
span { border-color: rgb(95,8,10); }
td.TdClassName
{
border-color: #5F080A;
}
.TagClassName
{
border-color: #5F080A;
}
</style>