Shades of Pohutukawa #5F111E
Tints of Pohutukawa #5F111E
RGB
CMYK
RGB Variations
Color information
#5F111E (or 0x5F111E) is known color: Pohutukawa. HEX triplet: 5F, 11 and 1E. RGB value is (95,17,30). Sum of RGB (Red+Green+Blue) = 95+17+30=142 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.90% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 95 - color contains mainly: red. Hex color #5F111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F111E is #A0EEE1. Grayscale: #292929. Windows color (decimal): -10546914 or 1970527. OLE color: 1970527.
HSL color Cylindrical-coordinate representation of color #5F111E: hue angle of 350º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F111E is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 17 | 30 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.63 |
| HSL | 350º | 0.7% | 0.22% | - |
| HSV(B) | 350º | 0.82% | 0.37% | - |
| XYZ | 5.15 | 2.93 | 1.52 | - |
| YUV | 41.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 17 | 30 | 0 | 0.82 | 0.68 | 0.63 | 350 | 0.7 | 0.22 |
| Hex | 5F | 11 | 1E | 0 | 52 | 44 | 3F | 15E | 46 | 16 |
| Octal | 137 | 21 | 36 | 0 | 122 | 104 | 77 | 536 | 106 | 26 |
| Binary | 1011111 | 10001 | 11110 | 0 | 1010010 | 1000100 | 111111 | 101011110 | 1000110 | 10110 |
Color Harmonies of #5F111E
Complementary color
Monochromatic Colors of #5F111E
Black with #5F111E
Text Example
Text Example
White with #5F111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F111E; }
p { color: rgb(95,17,30); }
H1.HeaderClassName
{
color: #5F111E;
}
.AnyTagClassName
{
color: #5F111E;
}
</style>
background-color css
<style>
a { background-color: #5F111E; }
a { background-color: rgb(95,17,30); }
div.DivClassName
{
background-color: #5F111E;
}
.BgClassName
{
background-color: #5F111E;
}
</style>
border-color css
<style>
span { border-color: #5F111E; }
span { border-color: rgb(95,17,30); }
td.TdClassName
{
border-color: #5F111E;
}
.TagClassName
{
border-color: #5F111E;
}
</style>