Shades of Pohutukawa #5E1520
Tints of Pohutukawa #5E1520
RGB
CMYK
RGB Variations
Color information
#5E1520 (or 0x5E1520) is known color: Pohutukawa. HEX triplet: 5E, 15 and 20. RGB value is (94,21,32). Sum of RGB (Red+Green+Blue) = 94+21+32=147 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.95% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1520 is #A1EADF. Grayscale: #2C2C2C. Windows color (decimal): -10611424 or 2102622. OLE color: 2102622.
HSL color Cylindrical-coordinate representation of color #5E1520: hue angle of 350.96º 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 #5E1520 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 32 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.63 |
| HSL | 350.96º | 0.63% | 0.23% | - |
| HSV(B) | 350.96º | 0.78% | 0.37% | - |
| XYZ | 5.14 | 3.02 | 1.68 | - |
| YUV | 44.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 32 | 0 | 0.78 | 0.66 | 0.63 | 350.96 | 0.63 | 0.23 |
| Hex | 5E | 15 | 20 | 0 | 4E | 42 | 3F | 15F | 3F | 17 |
| Octal | 136 | 25 | 40 | 0 | 116 | 102 | 77 | 537 | 77 | 27 |
| Binary | 1011110 | 10101 | 100000 | 0 | 1001110 | 1000010 | 111111 | 101011111 | 111111 | 10111 |
Color Harmonies of #5E1520
Complementary color
Monochromatic Colors of #5E1520
Black with #5E1520
Text Example
Text Example
White with #5E1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1520; }
p { color: rgb(94,21,32); }
H1.HeaderClassName
{
color: #5E1520;
}
.AnyTagClassName
{
color: #5E1520;
}
</style>
background-color css
<style>
a { background-color: #5E1520; }
a { background-color: rgb(94,21,32); }
div.DivClassName
{
background-color: #5E1520;
}
.BgClassName
{
background-color: #5E1520;
}
</style>
border-color css
<style>
span { border-color: #5E1520; }
span { border-color: rgb(94,21,32); }
td.TdClassName
{
border-color: #5E1520;
}
.TagClassName
{
border-color: #5E1520;
}
</style>