Shades of Pohutukawa #5E162E
Tints of Pohutukawa #5E162E
RGB
CMYK
RGB Variations
Color information
#5E162E (or 0x5E162E) is known color: Pohutukawa. HEX triplet: 5E, 16 and 2E. RGB value is (94,22,46). Sum of RGB (Red+Green+Blue) = 94+22+46=162 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.02% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 94 - color contains mainly: red. Hex color #5E162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E162E is #A1E9D1. Grayscale: #2E2E2E. Windows color (decimal): -10611154 or 3020382. OLE color: 3020382.
HSL color Cylindrical-coordinate representation of color #5E162E: hue angle of 340º 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 #5E162E is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 22 | 46 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.63 |
| HSL | 340º | 0.62% | 0.23% | - |
| HSV(B) | 340º | 0.77% | 0.37% | - |
| XYZ | 5.4 | 3.15 | 2.91 | - |
| YUV | 46.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 46 | 0 | 0.77 | 0.51 | 0.63 | 340 | 0.62 | 0.23 |
| Hex | 5E | 16 | 2E | 0 | 4D | 33 | 3F | 154 | 3E | 17 |
| Octal | 136 | 26 | 56 | 0 | 115 | 63 | 77 | 524 | 76 | 27 |
| Binary | 1011110 | 10110 | 101110 | 0 | 1001101 | 110011 | 111111 | 101010100 | 111110 | 10111 |
Color Harmonies of #5E162E
Complementary color
Monochromatic Colors of #5E162E
Black with #5E162E
Text Example
Text Example
White with #5E162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E162E; }
p { color: rgb(94,22,46); }
H1.HeaderClassName
{
color: #5E162E;
}
.AnyTagClassName
{
color: #5E162E;
}
</style>
background-color css
<style>
a { background-color: #5E162E; }
a { background-color: rgb(94,22,46); }
div.DivClassName
{
background-color: #5E162E;
}
.BgClassName
{
background-color: #5E162E;
}
</style>
border-color css
<style>
span { border-color: #5E162E; }
span { border-color: rgb(94,22,46); }
td.TdClassName
{
border-color: #5E162E;
}
.TagClassName
{
border-color: #5E162E;
}
</style>