Shades of Pohutukawa #5E152E
Tints of Pohutukawa #5E152E
RGB
CMYK
RGB Variations
Color information
#5E152E (or 0x5E152E) is known color: Pohutukawa. HEX triplet: 5E, 15 and 2E. RGB value is (94,21,46). Sum of RGB (Red+Green+Blue) = 94+21+46=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E152E is #A1EAD1. Grayscale: #2D2D2D. Windows color (decimal): -10611410 or 3020126. OLE color: 3020126.
HSL color Cylindrical-coordinate representation of color #5E152E: hue angle of 339.45º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E152E is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 46 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.63 |
| HSL | 339.45º | 0.63% | 0.23% | - |
| HSV(B) | 339.45º | 0.78% | 0.37% | - |
| XYZ | 5.38 | 3.11 | 2.9 | - |
| YUV | 45.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 46 | 0 | 0.78 | 0.51 | 0.63 | 339.45 | 0.63 | 0.23 |
| Hex | 5E | 15 | 2E | 0 | 4E | 33 | 3F | 153 | 3F | 17 |
| Octal | 136 | 25 | 56 | 0 | 116 | 63 | 77 | 523 | 77 | 27 |
| Binary | 1011110 | 10101 | 101110 | 0 | 1001110 | 110011 | 111111 | 101010011 | 111111 | 10111 |
Color Harmonies of #5E152E
Complementary color
Monochromatic Colors of #5E152E
Black with #5E152E
Text Example
Text Example
White with #5E152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E152E; }
p { color: rgb(94,21,46); }
H1.HeaderClassName
{
color: #5E152E;
}
.AnyTagClassName
{
color: #5E152E;
}
</style>
background-color css
<style>
a { background-color: #5E152E; }
a { background-color: rgb(94,21,46); }
div.DivClassName
{
background-color: #5E152E;
}
.BgClassName
{
background-color: #5E152E;
}
</style>
border-color css
<style>
span { border-color: #5E152E; }
span { border-color: rgb(94,21,46); }
td.TdClassName
{
border-color: #5E152E;
}
.TagClassName
{
border-color: #5E152E;
}
</style>