Shades of Pohutukawa #5E010A
Tints of Pohutukawa #5E010A
RGB
CMYK
RGB Variations
Color information
#5E010A (or 0x5E010A) is known color: Pohutukawa. HEX triplet: 5E, 01 and 0A. RGB value is (94,1,10). Sum of RGB (Red+Green+Blue) = 94+1+10=105 (13% of max value = 765). Red value is 94 (37.11% from 255 or 89.52% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 94 - color contains mainly: red. Hex color #5E010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E010A is #A1FEF5. Grayscale: #1D1D1D. Windows color (decimal): -10616566 or 655710. OLE color: 655710.
HSL color Cylindrical-coordinate representation of color #5E010A: hue angle of 354.19º 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 #5E010A is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.63 |
| HSL | 354.19º | 0.98% | 0.19% | - |
| HSV(B) | 354.19º | 0.99% | 0.37% | - |
| XYZ | 4.68 | 2.42 | 0.51 | - |
| YUV | 29.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 10 | 0 | 0.99 | 0.89 | 0.63 | 354.19 | 0.98 | 0.19 |
| Hex | 5E | 1 | A | 0 | 63 | 59 | 3F | 162 | 62 | 13 |
| Octal | 136 | 1 | 12 | 0 | 143 | 131 | 77 | 542 | 142 | 23 |
| Binary | 1011110 | 1 | 1010 | 0 | 1100011 | 1011001 | 111111 | 101100010 | 1100010 | 10011 |
Color Harmonies of #5E010A
Complementary color
Monochromatic Colors of #5E010A
Black with #5E010A
Text Example
Text Example
White with #5E010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E010A; }
p { color: rgb(94,1,10); }
H1.HeaderClassName
{
color: #5E010A;
}
.AnyTagClassName
{
color: #5E010A;
}
</style>
background-color css
<style>
a { background-color: #5E010A; }
a { background-color: rgb(94,1,10); }
div.DivClassName
{
background-color: #5E010A;
}
.BgClassName
{
background-color: #5E010A;
}
</style>
border-color css
<style>
span { border-color: #5E010A; }
span { border-color: rgb(94,1,10); }
td.TdClassName
{
border-color: #5E010A;
}
.TagClassName
{
border-color: #5E010A;
}
</style>