Shades of Pohutukawa #5F172E
Tints of Pohutukawa #5F172E
RGB
CMYK
RGB Variations
Color information
#5F172E (or 0x5F172E) is known color: Pohutukawa. HEX triplet: 5F, 17 and 2E. RGB value is (95,23,46). Sum of RGB (Red+Green+Blue) = 95+23+46=164 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.93% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 95 - color contains mainly: red. Hex color #5F172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F172E is #A0E8D1. Grayscale: #2F2F2F. Windows color (decimal): -10545362 or 3020639. OLE color: 3020639.
HSL color Cylindrical-coordinate representation of color #5F172E: hue angle of 340.83º 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 #5F172E is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 46 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.63 |
| HSL | 340.83º | 0.61% | 0.23% | - |
| HSV(B) | 340.83º | 0.76% | 0.37% | - |
| XYZ | 5.52 | 3.24 | 2.92 | - |
| YUV | 47.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 46 | 0 | 0.76 | 0.52 | 0.63 | 340.83 | 0.61 | 0.23 |
| Hex | 5F | 17 | 2E | 0 | 4C | 34 | 3F | 155 | 3D | 17 |
| Octal | 137 | 27 | 56 | 0 | 114 | 64 | 77 | 525 | 75 | 27 |
| Binary | 1011111 | 10111 | 101110 | 0 | 1001100 | 110100 | 111111 | 101010101 | 111101 | 10111 |
Color Harmonies of #5F172E
Complementary color
Monochromatic Colors of #5F172E
Black with #5F172E
Text Example
Text Example
White with #5F172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F172E; }
p { color: rgb(95,23,46); }
H1.HeaderClassName
{
color: #5F172E;
}
.AnyTagClassName
{
color: #5F172E;
}
</style>
background-color css
<style>
a { background-color: #5F172E; }
a { background-color: rgb(95,23,46); }
div.DivClassName
{
background-color: #5F172E;
}
.BgClassName
{
background-color: #5F172E;
}
</style>
border-color css
<style>
span { border-color: #5F172E; }
span { border-color: rgb(95,23,46); }
td.TdClassName
{
border-color: #5F172E;
}
.TagClassName
{
border-color: #5F172E;
}
</style>