Shades of Pohutukawa #5E0E29
Tints of Pohutukawa #5E0E29
RGB
CMYK
RGB Variations
Color information
#5E0E29 (or 0x5E0E29) is known color: Pohutukawa. HEX triplet: 5E, 0E and 29. RGB value is (94,14,41). Sum of RGB (Red+Green+Blue) = 94+14+41=149 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.09% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0E29 is #A1F1D6. Grayscale: #282828. Windows color (decimal): -10613207 or 2690654. OLE color: 2690654.
HSL color Cylindrical-coordinate representation of color #5E0E29: hue angle of 339.75º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E0E29 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 14 | 41 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.63 |
| HSL | 339.75º | 0.74% | 0.21% | - |
| HSV(B) | 339.75º | 0.85% | 0.37% | - |
| XYZ | 5.17 | 2.85 | 2.38 | - |
| YUV | 41 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 14 | 41 | 0 | 0.85 | 0.56 | 0.63 | 339.75 | 0.74 | 0.21 |
| Hex | 5E | E | 29 | 0 | 55 | 38 | 3F | 154 | 4A | 15 |
| Octal | 136 | 16 | 51 | 0 | 125 | 70 | 77 | 524 | 112 | 25 |
| Binary | 1011110 | 1110 | 101001 | 0 | 1010101 | 111000 | 111111 | 101010100 | 1001010 | 10101 |
Color Harmonies of #5E0E29
Complementary color
Monochromatic Colors of #5E0E29
Black with #5E0E29
Text Example
Text Example
White with #5E0E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0E29; }
p { color: rgb(94,14,41); }
H1.HeaderClassName
{
color: #5E0E29;
}
.AnyTagClassName
{
color: #5E0E29;
}
</style>
background-color css
<style>
a { background-color: #5E0E29; }
a { background-color: rgb(94,14,41); }
div.DivClassName
{
background-color: #5E0E29;
}
.BgClassName
{
background-color: #5E0E29;
}
</style>
border-color css
<style>
span { border-color: #5E0E29; }
span { border-color: rgb(94,14,41); }
td.TdClassName
{
border-color: #5E0E29;
}
.TagClassName
{
border-color: #5E0E29;
}
</style>