Shades of Pohutukawa #5E020E
Tints of Pohutukawa #5E020E
RGB
CMYK
RGB Variations
Color information
#5E020E (or 0x5E020E) is known color: Pohutukawa. HEX triplet: 5E, 02 and 0E. RGB value is (94,2,14). Sum of RGB (Red+Green+Blue) = 94+2+14=110 (14% of max value = 765). Red value is 94 (37.11% from 255 or 85.45% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 94 - color contains mainly: red. Hex color #5E020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E020E is #A1FDF1. Grayscale: #1E1E1E. Windows color (decimal): -10616306 or 918110. OLE color: 918110.
HSL color Cylindrical-coordinate representation of color #5E020E: hue angle of 352.17º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E020E is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 2 | 14 | - |
CMYK | 0 | 0.98 | 0.85 | 0.63 |
HSL | 352.17º | 0.96% | 0.19% | - |
HSV(B) | 352.17º | 0.98% | 0.37% | - |
XYZ | 4.72 | 2.45 | 0.64 | - |
YUV | 30.88 | 118.48 | 173.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 2 | 14 | 0 | 0.98 | 0.85 | 0.63 | 352.17 | 0.96 | 0.19 |
Hex | 5E | 2 | E | 0 | 62 | 55 | 3F | 160 | 60 | 13 |
Octal | 136 | 2 | 16 | 0 | 142 | 125 | 77 | 540 | 140 | 23 |
Binary | 1011110 | 10 | 1110 | 0 | 1100010 | 1010101 | 111111 | 101100000 | 1100000 | 10011 |
Color Harmonies of #5E020E
Complementary color
Monochromatic Colors of #5E020E
Black with #5E020E
Text Example
Text Example
White with #5E020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E020E; }
p { color: rgb(94,2,14); }
H1.HeaderClassName
{
color: #5E020E;
}
.AnyTagClassName
{
color: #5E020E;
}
</style>
background-color css
<style>
a { background-color: #5E020E; }
a { background-color: rgb(94,2,14); }
div.DivClassName
{
background-color: #5E020E;
}
.BgClassName
{
background-color: #5E020E;
}
</style>
border-color css
<style>
span { border-color: #5E020E; }
span { border-color: rgb(94,2,14); }
td.TdClassName
{
border-color: #5E020E;
}
.TagClassName
{
border-color: #5E020E;
}
</style>