Shades of Pohutukawa #5E020F
Tints of Pohutukawa #5E020F
RGB
CMYK
RGB Variations
Color information
#5E020F (or 0x5E020F) is known color: Pohutukawa. HEX triplet: 5E, 02 and 0F. RGB value is (94,2,15). Sum of RGB (Red+Green+Blue) = 94+2+15=111 (14% of max value = 765). Red value is 94 (37.11% from 255 or 84.68% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 94 - color contains mainly: red. Hex color #5E020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E020F is #A1FDF0. Grayscale: #1F1F1F. Windows color (decimal): -10616305 or 983646. OLE color: 983646.
HSL color Cylindrical-coordinate representation of color #5E020F: hue angle of 351.52º 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 #5E020F is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.63 |
| HSL | 351.52º | 0.96% | 0.19% | - |
| HSV(B) | 351.52º | 0.98% | 0.37% | - |
| XYZ | 4.72 | 2.46 | 0.68 | - |
| YUV | 30.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 15 | 0 | 0.98 | 0.84 | 0.63 | 351.52 | 0.96 | 0.19 |
| Hex | 5E | 2 | F | 0 | 62 | 54 | 3F | 160 | 60 | 13 |
| Octal | 136 | 2 | 17 | 0 | 142 | 124 | 77 | 540 | 140 | 23 |
| Binary | 1011110 | 10 | 1111 | 0 | 1100010 | 1010100 | 111111 | 101100000 | 1100000 | 10011 |
Color Harmonies of #5E020F
Complementary color
Monochromatic Colors of #5E020F
Black with #5E020F
Text Example
Text Example
White with #5E020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E020F; }
p { color: rgb(94,2,15); }
H1.HeaderClassName
{
color: #5E020F;
}
.AnyTagClassName
{
color: #5E020F;
}
</style>
background-color css
<style>
a { background-color: #5E020F; }
a { background-color: rgb(94,2,15); }
div.DivClassName
{
background-color: #5E020F;
}
.BgClassName
{
background-color: #5E020F;
}
</style>
border-color css
<style>
span { border-color: #5E020F; }
span { border-color: rgb(94,2,15); }
td.TdClassName
{
border-color: #5E020F;
}
.TagClassName
{
border-color: #5E020F;
}
</style>