Shades of Pohutukawa #5F171E
Tints of Pohutukawa #5F171E
RGB
CMYK
RGB Variations
Color information
#5F171E (or 0x5F171E) is known color: Pohutukawa. HEX triplet: 5F, 17 and 1E. RGB value is (95,23,30). Sum of RGB (Red+Green+Blue) = 95+23+30=148 (19% of max value = 765). Red value is 95 (37.5% from 255 or 64.19% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 95 - color contains mainly: red. Hex color #5F171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F171E is #A0E8E1. Grayscale: #2D2D2D. Windows color (decimal): -10545378 or 1972063. OLE color: 1972063.
HSL color Cylindrical-coordinate representation of color #5F171E: hue angle of 354.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F171E is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 30 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.63 |
| HSL | 354.17º | 0.61% | 0.23% | - |
| HSV(B) | 354.17º | 0.76% | 0.37% | - |
| XYZ | 5.26 | 3.14 | 1.56 | - |
| YUV | 45.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 30 | 0 | 0.76 | 0.68 | 0.63 | 354.17 | 0.61 | 0.23 |
| Hex | 5F | 17 | 1E | 0 | 4C | 44 | 3F | 162 | 3D | 17 |
| Octal | 137 | 27 | 36 | 0 | 114 | 104 | 77 | 542 | 75 | 27 |
| Binary | 1011111 | 10111 | 11110 | 0 | 1001100 | 1000100 | 111111 | 101100010 | 111101 | 10111 |
Color Harmonies of #5F171E
Complementary color
Monochromatic Colors of #5F171E
Black with #5F171E
Text Example
Text Example
White with #5F171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F171E; }
p { color: rgb(95,23,30); }
H1.HeaderClassName
{
color: #5F171E;
}
.AnyTagClassName
{
color: #5F171E;
}
</style>
background-color css
<style>
a { background-color: #5F171E; }
a { background-color: rgb(95,23,30); }
div.DivClassName
{
background-color: #5F171E;
}
.BgClassName
{
background-color: #5F171E;
}
</style>
border-color css
<style>
span { border-color: #5F171E; }
span { border-color: rgb(95,23,30); }
td.TdClassName
{
border-color: #5F171E;
}
.TagClassName
{
border-color: #5F171E;
}
</style>