Shades of Pohutukawa #5F162B
Tints of Pohutukawa #5F162B
RGB
CMYK
RGB Variations
Color information
#5F162B (or 0x5F162B) is known color: Pohutukawa. HEX triplet: 5F, 16 and 2B. RGB value is (95,22,43). Sum of RGB (Red+Green+Blue) = 95+22+43=160 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.38% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 95 - color contains mainly: red. Hex color #5F162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F162B is #A0E9D4. Grayscale: #2E2E2E. Windows color (decimal): -10545621 or 2823775. OLE color: 2823775.
HSL color Cylindrical-coordinate representation of color #5F162B: hue angle of 342.74º 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 #5F162B is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 22 | 43 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.63 |
| HSL | 342.74º | 0.62% | 0.23% | - |
| HSV(B) | 342.74º | 0.77% | 0.37% | - |
| XYZ | 5.44 | 3.18 | 2.61 | - |
| YUV | 46.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 22 | 43 | 0 | 0.77 | 0.55 | 0.63 | 342.74 | 0.62 | 0.23 |
| Hex | 5F | 16 | 2B | 0 | 4D | 37 | 3F | 157 | 3E | 17 |
| Octal | 137 | 26 | 53 | 0 | 115 | 67 | 77 | 527 | 76 | 27 |
| Binary | 1011111 | 10110 | 101011 | 0 | 1001101 | 110111 | 111111 | 101010111 | 111110 | 10111 |
Color Harmonies of #5F162B
Complementary color
Monochromatic Colors of #5F162B
Black with #5F162B
Text Example
Text Example
White with #5F162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F162B; }
p { color: rgb(95,22,43); }
H1.HeaderClassName
{
color: #5F162B;
}
.AnyTagClassName
{
color: #5F162B;
}
</style>
background-color css
<style>
a { background-color: #5F162B; }
a { background-color: rgb(95,22,43); }
div.DivClassName
{
background-color: #5F162B;
}
.BgClassName
{
background-color: #5F162B;
}
</style>
border-color css
<style>
span { border-color: #5F162B; }
span { border-color: rgb(95,22,43); }
td.TdClassName
{
border-color: #5F162B;
}
.TagClassName
{
border-color: #5F162B;
}
</style>