Shades of Pohutukawa #5E0A24
Tints of Pohutukawa #5E0A24
RGB
CMYK
RGB Variations
Color information
#5E0A24 (or 0x5E0A24) is known color: Pohutukawa. HEX triplet: 5E, 0A and 24. RGB value is (94,10,36). Sum of RGB (Red+Green+Blue) = 94+10+36=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0A24 is #A1F5DB. Grayscale: #262626. Windows color (decimal): -10614236 or 2361950. OLE color: 2361950.
HSL color Cylindrical-coordinate representation of color #5E0A24: hue angle of 341.43º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E0A24 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 10 | 36 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.63 |
| HSL | 341.43º | 0.81% | 0.2% | - |
| HSV(B) | 341.43º | 0.89% | 0.37% | - |
| XYZ | 5.04 | 2.72 | 1.93 | - |
| YUV | 38.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 36 | 0 | 0.89 | 0.62 | 0.63 | 341.43 | 0.81 | 0.2 |
| Hex | 5E | A | 24 | 0 | 59 | 3E | 3F | 155 | 51 | 14 |
| Octal | 136 | 12 | 44 | 0 | 131 | 76 | 77 | 525 | 121 | 24 |
| Binary | 1011110 | 1010 | 100100 | 0 | 1011001 | 111110 | 111111 | 101010101 | 1010001 | 10100 |
Color Harmonies of #5E0A24
Complementary color
Monochromatic Colors of #5E0A24
Black with #5E0A24
Text Example
Text Example
White with #5E0A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0A24; }
p { color: rgb(94,10,36); }
H1.HeaderClassName
{
color: #5E0A24;
}
.AnyTagClassName
{
color: #5E0A24;
}
</style>
background-color css
<style>
a { background-color: #5E0A24; }
a { background-color: rgb(94,10,36); }
div.DivClassName
{
background-color: #5E0A24;
}
.BgClassName
{
background-color: #5E0A24;
}
</style>
border-color css
<style>
span { border-color: #5E0A24; }
span { border-color: rgb(94,10,36); }
td.TdClassName
{
border-color: #5E0A24;
}
.TagClassName
{
border-color: #5E0A24;
}
</style>