Shades of Pohutukawa #5E0424
Tints of Pohutukawa #5E0424
RGB
CMYK
RGB Variations
Color information
#5E0424 (or 0x5E0424) is known color: Pohutukawa. HEX triplet: 5E, 04 and 24. RGB value is (94,4,36). Sum of RGB (Red+Green+Blue) = 94+4+36=134 (17% of max value = 765). Red value is 94 (37.11% from 255 or 70.15% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0424 is #A1FBDB. Grayscale: #222222. Windows color (decimal): -10615772 or 2360414. OLE color: 2360414.
HSL color Cylindrical-coordinate representation of color #5E0424: hue angle of 338.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0424 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 36 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.63 |
| HSL | 338.67º | 0.92% | 0.19% | - |
| HSV(B) | 338.67º | 0.96% | 0.37% | - |
| XYZ | 4.98 | 2.59 | 1.91 | - |
| YUV | 34.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 36 | 0 | 0.96 | 0.62 | 0.63 | 338.67 | 0.92 | 0.19 |
| Hex | 5E | 4 | 24 | 0 | 60 | 3E | 3F | 153 | 5C | 13 |
| Octal | 136 | 4 | 44 | 0 | 140 | 76 | 77 | 523 | 134 | 23 |
| Binary | 1011110 | 100 | 100100 | 0 | 1100000 | 111110 | 111111 | 101010011 | 1011100 | 10011 |
Color Harmonies of #5E0424
Complementary color
Monochromatic Colors of #5E0424
Black with #5E0424
Text Example
Text Example
White with #5E0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0424; }
p { color: rgb(94,4,36); }
H1.HeaderClassName
{
color: #5E0424;
}
.AnyTagClassName
{
color: #5E0424;
}
</style>
background-color css
<style>
a { background-color: #5E0424; }
a { background-color: rgb(94,4,36); }
div.DivClassName
{
background-color: #5E0424;
}
.BgClassName
{
background-color: #5E0424;
}
</style>
border-color css
<style>
span { border-color: #5E0424; }
span { border-color: rgb(94,4,36); }
td.TdClassName
{
border-color: #5E0424;
}
.TagClassName
{
border-color: #5E0424;
}
</style>