Shades of Pohutukawa #5E0A14
Tints of Pohutukawa #5E0A14
RGB
CMYK
RGB Variations
Color information
#5E0A14 (or 0x5E0A14) is known color: Pohutukawa. HEX triplet: 5E, 0A and 14. RGB value is (94,10,20). Sum of RGB (Red+Green+Blue) = 94+10+20=124 (16% of max value = 765). Red value is 94 (37.11% from 255 or 75.81% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0A14 is #A1F5EB. Grayscale: #242424. Windows color (decimal): -10614252 or 1313374. OLE color: 1313374.
HSL color Cylindrical-coordinate representation of color #5E0A14: hue angle of 352.86º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E0A14 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 10 | 20 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.63 |
| HSL | 352.86º | 0.81% | 0.2% | - |
| HSV(B) | 352.86º | 0.89% | 0.37% | - |
| XYZ | 4.85 | 2.65 | 0.92 | - |
| YUV | 36.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 20 | 0 | 0.89 | 0.79 | 0.63 | 352.86 | 0.81 | 0.2 |
| Hex | 5E | A | 14 | 0 | 59 | 4F | 3F | 161 | 51 | 14 |
| Octal | 136 | 12 | 24 | 0 | 131 | 117 | 77 | 541 | 121 | 24 |
| Binary | 1011110 | 1010 | 10100 | 0 | 1011001 | 1001111 | 111111 | 101100001 | 1010001 | 10100 |
Color Harmonies of #5E0A14
Complementary color
Monochromatic Colors of #5E0A14
Black with #5E0A14
Text Example
Text Example
White with #5E0A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0A14; }
p { color: rgb(94,10,20); }
H1.HeaderClassName
{
color: #5E0A14;
}
.AnyTagClassName
{
color: #5E0A14;
}
</style>
background-color css
<style>
a { background-color: #5E0A14; }
a { background-color: rgb(94,10,20); }
div.DivClassName
{
background-color: #5E0A14;
}
.BgClassName
{
background-color: #5E0A14;
}
</style>
border-color css
<style>
span { border-color: #5E0A14; }
span { border-color: rgb(94,10,20); }
td.TdClassName
{
border-color: #5E0A14;
}
.TagClassName
{
border-color: #5E0A14;
}
</style>