Shades of Pohutukawa #5F172C
Tints of Pohutukawa #5F172C
RGB
CMYK
RGB Variations
Color information
#5F172C (or 0x5F172C) is known color: Pohutukawa. HEX triplet: 5F, 17 and 2C. RGB value is (95,23,44). Sum of RGB (Red+Green+Blue) = 95+23+44=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F172C is #A0E8D3. Grayscale: #2E2E2E. Windows color (decimal): -10545364 or 2889567. OLE color: 2889567.
HSL color Cylindrical-coordinate representation of color #5F172C: hue angle of 342.5º 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 #5F172C is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 44 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.63 |
| HSL | 342.5º | 0.61% | 0.23% | - |
| HSV(B) | 342.5º | 0.76% | 0.37% | - |
| XYZ | 5.48 | 3.23 | 2.72 | - |
| YUV | 46.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 44 | 0 | 0.76 | 0.54 | 0.63 | 342.5 | 0.61 | 0.23 |
| Hex | 5F | 17 | 2C | 0 | 4C | 36 | 3F | 156 | 3D | 17 |
| Octal | 137 | 27 | 54 | 0 | 114 | 66 | 77 | 526 | 75 | 27 |
| Binary | 1011111 | 10111 | 101100 | 0 | 1001100 | 110110 | 111111 | 101010110 | 111101 | 10111 |
Color Harmonies of #5F172C
Complementary color
Monochromatic Colors of #5F172C
Black with #5F172C
Text Example
Text Example
White with #5F172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F172C; }
p { color: rgb(95,23,44); }
H1.HeaderClassName
{
color: #5F172C;
}
.AnyTagClassName
{
color: #5F172C;
}
</style>
background-color css
<style>
a { background-color: #5F172C; }
a { background-color: rgb(95,23,44); }
div.DivClassName
{
background-color: #5F172C;
}
.BgClassName
{
background-color: #5F172C;
}
</style>
border-color css
<style>
span { border-color: #5F172C; }
span { border-color: rgb(95,23,44); }
td.TdClassName
{
border-color: #5F172C;
}
.TagClassName
{
border-color: #5F172C;
}
</style>