Shades of Pohutukawa #5F0C0F
Tints of Pohutukawa #5F0C0F
RGB
CMYK
RGB Variations
Color information
#5F0C0F (or 0x5F0C0F) is known color: Pohutukawa. HEX triplet: 5F, 0C and 0F. RGB value is (95,12,15). Sum of RGB (Red+Green+Blue) = 95+12+15=122 (16% of max value = 765). Red value is 95 (37.5% from 255 or 77.87% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0C0F is #A0F3F0. Grayscale: #252525. Windows color (decimal): -10548209 or 986207. OLE color: 986207.
HSL color Cylindrical-coordinate representation of color #5F0C0F: hue angle of 357.83º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F0C0F is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 12 | 15 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.63 |
| HSL | 357.83º | 0.78% | 0.21% | - |
| HSV(B) | 357.83º | 0.87% | 0.37% | - |
| XYZ | 4.94 | 2.73 | 0.72 | - |
| YUV | 37.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 15 | 0 | 0.87 | 0.84 | 0.63 | 357.83 | 0.78 | 0.21 |
| Hex | 5F | C | F | 0 | 57 | 54 | 3F | 166 | 4E | 15 |
| Octal | 137 | 14 | 17 | 0 | 127 | 124 | 77 | 546 | 116 | 25 |
| Binary | 1011111 | 1100 | 1111 | 0 | 1010111 | 1010100 | 111111 | 101100110 | 1001110 | 10101 |
Color Harmonies of #5F0C0F
Complementary color
Monochromatic Colors of #5F0C0F
Black with #5F0C0F
Text Example
Text Example
White with #5F0C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0C0F; }
p { color: rgb(95,12,15); }
H1.HeaderClassName
{
color: #5F0C0F;
}
.AnyTagClassName
{
color: #5F0C0F;
}
</style>
background-color css
<style>
a { background-color: #5F0C0F; }
a { background-color: rgb(95,12,15); }
div.DivClassName
{
background-color: #5F0C0F;
}
.BgClassName
{
background-color: #5F0C0F;
}
</style>
border-color css
<style>
span { border-color: #5F0C0F; }
span { border-color: rgb(95,12,15); }
td.TdClassName
{
border-color: #5F0C0F;
}
.TagClassName
{
border-color: #5F0C0F;
}
</style>