Shades of Pohutukawa #5F162C
Tints of Pohutukawa #5F162C
RGB
CMYK
RGB Variations
Color information
#5F162C (or 0x5F162C) is known color: Pohutukawa. HEX triplet: 5F, 16 and 2C. RGB value is (95,22,44). Sum of RGB (Red+Green+Blue) = 95+22+44=161 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.01% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 95 - color contains mainly: red. Hex color #5F162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F162C is #A0E9D3. Grayscale: #2E2E2E. Windows color (decimal): -10545620 or 2889311. OLE color: 2889311.
HSL color Cylindrical-coordinate representation of color #5F162C: hue angle of 341.92º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F162C is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 22 | 44 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.63 |
| HSL | 341.92º | 0.62% | 0.23% | - |
| HSV(B) | 341.92º | 0.77% | 0.37% | - |
| XYZ | 5.46 | 3.19 | 2.71 | - |
| YUV | 46.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 22 | 44 | 0 | 0.77 | 0.54 | 0.63 | 341.92 | 0.62 | 0.23 |
| Hex | 5F | 16 | 2C | 0 | 4D | 36 | 3F | 156 | 3E | 17 |
| Octal | 137 | 26 | 54 | 0 | 115 | 66 | 77 | 526 | 76 | 27 |
| Binary | 1011111 | 10110 | 101100 | 0 | 1001101 | 110110 | 111111 | 101010110 | 111110 | 10111 |
Color Harmonies of #5F162C
Complementary color
Monochromatic Colors of #5F162C
Black with #5F162C
Text Example
Text Example
White with #5F162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F162C; }
p { color: rgb(95,22,44); }
H1.HeaderClassName
{
color: #5F162C;
}
.AnyTagClassName
{
color: #5F162C;
}
</style>
background-color css
<style>
a { background-color: #5F162C; }
a { background-color: rgb(95,22,44); }
div.DivClassName
{
background-color: #5F162C;
}
.BgClassName
{
background-color: #5F162C;
}
</style>
border-color css
<style>
span { border-color: #5F162C; }
span { border-color: rgb(95,22,44); }
td.TdClassName
{
border-color: #5F162C;
}
.TagClassName
{
border-color: #5F162C;
}
</style>