Shades of Pohutukawa #5E1524
Tints of Pohutukawa #5E1524
RGB
CMYK
RGB Variations
Color information
#5E1524 (or 0x5E1524) is known color: Pohutukawa. HEX triplet: 5E, 15 and 24. RGB value is (94,21,36). Sum of RGB (Red+Green+Blue) = 94+21+36=151 (20% of max value = 765). Red value is 94 (37.11% from 255 or 62.25% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1524 is #A1EADB. Grayscale: #2C2C2C. Windows color (decimal): -10611420 or 2364766. OLE color: 2364766.
HSL color Cylindrical-coordinate representation of color #5E1524: hue angle of 347.67º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1524 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 36 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.63 |
| HSL | 347.67º | 0.63% | 0.23% | - |
| HSV(B) | 347.67º | 0.78% | 0.37% | - |
| XYZ | 5.2 | 3.04 | 1.98 | - |
| YUV | 44.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 36 | 0 | 0.78 | 0.62 | 0.63 | 347.67 | 0.63 | 0.23 |
| Hex | 5E | 15 | 24 | 0 | 4E | 3E | 3F | 15C | 3F | 17 |
| Octal | 136 | 25 | 44 | 0 | 116 | 76 | 77 | 534 | 77 | 27 |
| Binary | 1011110 | 10101 | 100100 | 0 | 1001110 | 111110 | 111111 | 101011100 | 111111 | 10111 |
Color Harmonies of #5E1524
Complementary color
Monochromatic Colors of #5E1524
Black with #5E1524
Text Example
Text Example
White with #5E1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1524; }
p { color: rgb(94,21,36); }
H1.HeaderClassName
{
color: #5E1524;
}
.AnyTagClassName
{
color: #5E1524;
}
</style>
background-color css
<style>
a { background-color: #5E1524; }
a { background-color: rgb(94,21,36); }
div.DivClassName
{
background-color: #5E1524;
}
.BgClassName
{
background-color: #5E1524;
}
</style>
border-color css
<style>
span { border-color: #5E1524; }
span { border-color: rgb(94,21,36); }
td.TdClassName
{
border-color: #5E1524;
}
.TagClassName
{
border-color: #5E1524;
}
</style>