Shades of Pohutukawa #5E020B
Tints of Pohutukawa #5E020B
RGB
CMYK
RGB Variations
Color information
#5E020B (or 0x5E020B) is known color: Pohutukawa. HEX triplet: 5E, 02 and 0B. RGB value is (94,2,11). Sum of RGB (Red+Green+Blue) = 94+2+11=107 (14% of max value = 765). Red value is 94 (37.11% from 255 or 87.85% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 94 - color contains mainly: red. Hex color #5E020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E020B is #A1FDF4. Grayscale: #1E1E1E. Windows color (decimal): -10616309 or 721502. OLE color: 721502.
HSL color Cylindrical-coordinate representation of color #5E020B: hue angle of 354.13º 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 #5E020B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 2 | 11 | - |
CMYK | 0 | 0.98 | 0.88 | 0.63 |
HSL | 354.13º | 0.96% | 0.19% | - |
HSV(B) | 354.13º | 0.98% | 0.37% | - |
XYZ | 4.7 | 2.45 | 0.54 | - |
YUV | 30.53 | 116.98 | 173.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 2 | 11 | 0 | 0.98 | 0.88 | 0.63 | 354.13 | 0.96 | 0.19 |
Hex | 5E | 2 | B | 0 | 62 | 58 | 3F | 162 | 60 | 13 |
Octal | 136 | 2 | 13 | 0 | 142 | 130 | 77 | 542 | 140 | 23 |
Binary | 1011110 | 10 | 1011 | 0 | 1100010 | 1011000 | 111111 | 101100010 | 1100000 | 10011 |
Color Harmonies of #5E020B
Complementary color
Monochromatic Colors of #5E020B
Black with #5E020B
Text Example
Text Example
White with #5E020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E020B; }
p { color: rgb(94,2,11); }
H1.HeaderClassName
{
color: #5E020B;
}
.AnyTagClassName
{
color: #5E020B;
}
</style>
background-color css
<style>
a { background-color: #5E020B; }
a { background-color: rgb(94,2,11); }
div.DivClassName
{
background-color: #5E020B;
}
.BgClassName
{
background-color: #5E020B;
}
</style>
border-color css
<style>
span { border-color: #5E020B; }
span { border-color: rgb(94,2,11); }
td.TdClassName
{
border-color: #5E020B;
}
.TagClassName
{
border-color: #5E020B;
}
</style>