Shades of Pohutukawa #5E080E
Tints of Pohutukawa #5E080E
RGB
CMYK
RGB Variations
Color information
#5E080E (or 0x5E080E) is known color: Pohutukawa. HEX triplet: 5E, 08 and 0E. RGB value is (94,8,14). Sum of RGB (Red+Green+Blue) = 94+8+14=116 (15% of max value = 765). Red value is 94 (37.11% from 255 or 81.03% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 94 - color contains mainly: red. Hex color #5E080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E080E is #A1F7F1. Grayscale: #222222. Windows color (decimal): -10614770 or 919646. OLE color: 919646.
HSL color Cylindrical-coordinate representation of color #5E080E: hue angle of 355.81º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E080E is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 14 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.63 |
| HSL | 355.81º | 0.84% | 0.2% | - |
| HSV(B) | 355.81º | 0.91% | 0.37% | - |
| XYZ | 4.78 | 2.59 | 0.66 | - |
| YUV | 34.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 14 | 0 | 0.91 | 0.85 | 0.63 | 355.81 | 0.84 | 0.2 |
| Hex | 5E | 8 | E | 0 | 5B | 55 | 3F | 164 | 54 | 14 |
| Octal | 136 | 10 | 16 | 0 | 133 | 125 | 77 | 544 | 124 | 24 |
| Binary | 1011110 | 1000 | 1110 | 0 | 1011011 | 1010101 | 111111 | 101100100 | 1010100 | 10100 |
Color Harmonies of #5E080E
Complementary color
Monochromatic Colors of #5E080E
Black with #5E080E
Text Example
Text Example
White with #5E080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E080E; }
p { color: rgb(94,8,14); }
H1.HeaderClassName
{
color: #5E080E;
}
.AnyTagClassName
{
color: #5E080E;
}
</style>
background-color css
<style>
a { background-color: #5E080E; }
a { background-color: rgb(94,8,14); }
div.DivClassName
{
background-color: #5E080E;
}
.BgClassName
{
background-color: #5E080E;
}
</style>
border-color css
<style>
span { border-color: #5E080E; }
span { border-color: rgb(94,8,14); }
td.TdClassName
{
border-color: #5E080E;
}
.TagClassName
{
border-color: #5E080E;
}
</style>