Shades of Pohutukawa #5E051D
Tints of Pohutukawa #5E051D
RGB
CMYK
RGB Variations
Color information
#5E051D (or 0x5E051D) is known color: Pohutukawa. HEX triplet: 5E, 05 and 1D. RGB value is (94,5,29). Sum of RGB (Red+Green+Blue) = 94+5+29=128 (16% of max value = 765). Red value is 94 (37.11% from 255 or 73.44% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 94 - color contains mainly: red. Hex color #5E051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E051D is #A1FAE2. Grayscale: #222222. Windows color (decimal): -10615523 or 1901918. OLE color: 1901918.
HSL color Cylindrical-coordinate representation of color #5E051D: hue angle of 343.82º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E051D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 29 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.63 |
| HSL | 343.82º | 0.9% | 0.19% | - |
| HSV(B) | 343.82º | 0.95% | 0.37% | - |
| XYZ | 4.89 | 2.58 | 1.4 | - |
| YUV | 34.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 29 | 0 | 0.95 | 0.69 | 0.63 | 343.82 | 0.9 | 0.19 |
| Hex | 5E | 5 | 1D | 0 | 5F | 45 | 3F | 158 | 5A | 13 |
| Octal | 136 | 5 | 35 | 0 | 137 | 105 | 77 | 530 | 132 | 23 |
| Binary | 1011110 | 101 | 11101 | 0 | 1011111 | 1000101 | 111111 | 101011000 | 1011010 | 10011 |
Color Harmonies of #5E051D
Complementary color
Monochromatic Colors of #5E051D
Black with #5E051D
Text Example
Text Example
White with #5E051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E051D; }
p { color: rgb(94,5,29); }
H1.HeaderClassName
{
color: #5E051D;
}
.AnyTagClassName
{
color: #5E051D;
}
</style>
background-color css
<style>
a { background-color: #5E051D; }
a { background-color: rgb(94,5,29); }
div.DivClassName
{
background-color: #5E051D;
}
.BgClassName
{
background-color: #5E051D;
}
</style>
border-color css
<style>
span { border-color: #5E051D; }
span { border-color: rgb(94,5,29); }
td.TdClassName
{
border-color: #5E051D;
}
.TagClassName
{
border-color: #5E051D;
}
</style>