Shades of Pohutukawa #5F122E
Tints of Pohutukawa #5F122E
RGB
CMYK
RGB Variations
Color information
#5F122E (or 0x5F122E) is known color: Pohutukawa. HEX triplet: 5F, 12 and 2E. RGB value is (95,18,46). Sum of RGB (Red+Green+Blue) = 95+18+46=159 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.75% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 95 - color contains mainly: red. Hex color #5F122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F122E is #A0EDD1. Grayscale: #2C2C2C. Windows color (decimal): -10546642 or 3019359. OLE color: 3019359.
HSL color Cylindrical-coordinate representation of color #5F122E: hue angle of 338.18º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F122E is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 18 | 46 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.63 |
| HSL | 338.18º | 0.68% | 0.22% | - |
| HSV(B) | 338.18º | 0.81% | 0.37% | - |
| XYZ | 5.43 | 3.06 | 2.89 | - |
| YUV | 44.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 46 | 0 | 0.81 | 0.52 | 0.63 | 338.18 | 0.68 | 0.22 |
| Hex | 5F | 12 | 2E | 0 | 51 | 34 | 3F | 152 | 44 | 16 |
| Octal | 137 | 22 | 56 | 0 | 121 | 64 | 77 | 522 | 104 | 26 |
| Binary | 1011111 | 10010 | 101110 | 0 | 1010001 | 110100 | 111111 | 101010010 | 1000100 | 10110 |
Color Harmonies of #5F122E
Complementary color
Monochromatic Colors of #5F122E
Black with #5F122E
Text Example
Text Example
White with #5F122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F122E; }
p { color: rgb(95,18,46); }
H1.HeaderClassName
{
color: #5F122E;
}
.AnyTagClassName
{
color: #5F122E;
}
</style>
background-color css
<style>
a { background-color: #5F122E; }
a { background-color: rgb(95,18,46); }
div.DivClassName
{
background-color: #5F122E;
}
.BgClassName
{
background-color: #5F122E;
}
</style>
border-color css
<style>
span { border-color: #5F122E; }
span { border-color: rgb(95,18,46); }
td.TdClassName
{
border-color: #5F122E;
}
.TagClassName
{
border-color: #5F122E;
}
</style>