Shades of Pohutukawa #5E0110
Tints of Pohutukawa #5E0110
RGB
CMYK
RGB Variations
Color information
#5E0110 (or 0x5E0110) is known color: Pohutukawa. HEX triplet: 5E, 01 and 10. RGB value is (94,1,16). Sum of RGB (Red+Green+Blue) = 94+1+16=111 (14% of max value = 765). Red value is 94 (37.11% from 255 or 84.68% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0110 is #A1FEEF. Grayscale: #1E1E1E. Windows color (decimal): -10616560 or 1048926. OLE color: 1048926.
HSL color Cylindrical-coordinate representation of color #5E0110: hue angle of 350.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0110 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.63 |
| HSL | 350.32º | 0.98% | 0.19% | - |
| HSV(B) | 350.32º | 0.99% | 0.37% | - |
| XYZ | 4.72 | 2.44 | 0.71 | - |
| YUV | 30.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 16 | 0 | 0.99 | 0.83 | 0.63 | 350.32 | 0.98 | 0.19 |
| Hex | 5E | 1 | 10 | 0 | 63 | 53 | 3F | 15E | 62 | 13 |
| Octal | 136 | 1 | 20 | 0 | 143 | 123 | 77 | 536 | 142 | 23 |
| Binary | 1011110 | 1 | 10000 | 0 | 1100011 | 1010011 | 111111 | 101011110 | 1100010 | 10011 |
Color Harmonies of #5E0110
Complementary color
Monochromatic Colors of #5E0110
Black with #5E0110
Text Example
Text Example
White with #5E0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0110; }
p { color: rgb(94,1,16); }
H1.HeaderClassName
{
color: #5E0110;
}
.AnyTagClassName
{
color: #5E0110;
}
</style>
background-color css
<style>
a { background-color: #5E0110; }
a { background-color: rgb(94,1,16); }
div.DivClassName
{
background-color: #5E0110;
}
.BgClassName
{
background-color: #5E0110;
}
</style>
border-color css
<style>
span { border-color: #5E0110; }
span { border-color: rgb(94,1,16); }
td.TdClassName
{
border-color: #5E0110;
}
.TagClassName
{
border-color: #5E0110;
}
</style>