Shades of Pohutukawa #5E011A
Tints of Pohutukawa #5E011A
RGB
CMYK
RGB Variations
Color information
#5E011A (or 0x5E011A) is known color: Pohutukawa. HEX triplet: 5E, 01 and 1A. RGB value is (94,1,26). Sum of RGB (Red+Green+Blue) = 94+1+26=121 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.69% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 94 - color contains mainly: red. Hex color #5E011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E011A is #A1FEE5. Grayscale: #1F1F1F. Windows color (decimal): -10616550 or 1704286. OLE color: 1704286.
HSL color Cylindrical-coordinate representation of color #5E011A: hue angle of 343.87º 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 #5E011A is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.63 |
| HSL | 343.87º | 0.98% | 0.19% | - |
| HSV(B) | 343.87º | 0.99% | 0.37% | - |
| XYZ | 4.81 | 2.48 | 1.2 | - |
| YUV | 31.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 26 | 0 | 0.99 | 0.72 | 0.63 | 343.87 | 0.98 | 0.19 |
| Hex | 5E | 1 | 1A | 0 | 63 | 48 | 3F | 158 | 62 | 13 |
| Octal | 136 | 1 | 32 | 0 | 143 | 110 | 77 | 530 | 142 | 23 |
| Binary | 1011110 | 1 | 11010 | 0 | 1100011 | 1001000 | 111111 | 101011000 | 1100010 | 10011 |
Color Harmonies of #5E011A
Complementary color
Monochromatic Colors of #5E011A
Black with #5E011A
Text Example
Text Example
White with #5E011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E011A; }
p { color: rgb(94,1,26); }
H1.HeaderClassName
{
color: #5E011A;
}
.AnyTagClassName
{
color: #5E011A;
}
</style>
background-color css
<style>
a { background-color: #5E011A; }
a { background-color: rgb(94,1,26); }
div.DivClassName
{
background-color: #5E011A;
}
.BgClassName
{
background-color: #5E011A;
}
</style>
border-color css
<style>
span { border-color: #5E011A; }
span { border-color: rgb(94,1,26); }
td.TdClassName
{
border-color: #5E011A;
}
.TagClassName
{
border-color: #5E011A;
}
</style>