Shades of Pohutukawa #5E1928
Tints of Pohutukawa #5E1928
RGB
CMYK
RGB Variations
Color information
#5E1928 (or 0x5E1928) is known color: Pohutukawa. HEX triplet: 5E, 19 and 28. RGB value is (94,25,40). Sum of RGB (Red+Green+Blue) = 94+25+40=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1928 is #A1E6D7. Grayscale: #2F2F2F. Windows color (decimal): -10610392 or 2627934. OLE color: 2627934.
HSL color Cylindrical-coordinate representation of color #5E1928: hue angle of 346.96º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E1928 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 40 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.63 |
| HSL | 346.96º | 0.58% | 0.23% | - |
| HSV(B) | 346.96º | 0.73% | 0.37% | - |
| XYZ | 5.35 | 3.23 | 2.35 | - |
| YUV | 47.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 40 | 0 | 0.73 | 0.57 | 0.63 | 346.96 | 0.58 | 0.23 |
| Hex | 5E | 19 | 28 | 0 | 49 | 39 | 3F | 15B | 3A | 17 |
| Octal | 136 | 31 | 50 | 0 | 111 | 71 | 77 | 533 | 72 | 27 |
| Binary | 1011110 | 11001 | 101000 | 0 | 1001001 | 111001 | 111111 | 101011011 | 111010 | 10111 |
Color Harmonies of #5E1928
Complementary color
Monochromatic Colors of #5E1928
Black with #5E1928
Text Example
Text Example
White with #5E1928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1928; }
p { color: rgb(94,25,40); }
H1.HeaderClassName
{
color: #5E1928;
}
.AnyTagClassName
{
color: #5E1928;
}
</style>
background-color css
<style>
a { background-color: #5E1928; }
a { background-color: rgb(94,25,40); }
div.DivClassName
{
background-color: #5E1928;
}
.BgClassName
{
background-color: #5E1928;
}
</style>
border-color css
<style>
span { border-color: #5E1928; }
span { border-color: rgb(94,25,40); }
td.TdClassName
{
border-color: #5E1928;
}
.TagClassName
{
border-color: #5E1928;
}
</style>