Shades of Pohutukawa #5E1521
Tints of Pohutukawa #5E1521
RGB
CMYK
RGB Variations
Color information
#5E1521 (or 0x5E1521) is known color: Pohutukawa. HEX triplet: 5E, 15 and 21. RGB value is (94,21,33). Sum of RGB (Red+Green+Blue) = 94+21+33=148 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.51% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1521 is #A1EADE. Grayscale: #2C2C2C. Windows color (decimal): -10611423 or 2168158. OLE color: 2168158.
HSL color Cylindrical-coordinate representation of color #5E1521: hue angle of 350.14º 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 #5E1521 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 33 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.63 |
| HSL | 350.14º | 0.63% | 0.23% | - |
| HSV(B) | 350.14º | 0.78% | 0.37% | - |
| XYZ | 5.16 | 3.03 | 1.75 | - |
| YUV | 44.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 33 | 0 | 0.78 | 0.65 | 0.63 | 350.14 | 0.63 | 0.23 |
| Hex | 5E | 15 | 21 | 0 | 4E | 41 | 3F | 15E | 3F | 17 |
| Octal | 136 | 25 | 41 | 0 | 116 | 101 | 77 | 536 | 77 | 27 |
| Binary | 1011110 | 10101 | 100001 | 0 | 1001110 | 1000001 | 111111 | 101011110 | 111111 | 10111 |
Color Harmonies of #5E1521
Complementary color
Monochromatic Colors of #5E1521
Black with #5E1521
Text Example
Text Example
White with #5E1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1521; }
p { color: rgb(94,21,33); }
H1.HeaderClassName
{
color: #5E1521;
}
.AnyTagClassName
{
color: #5E1521;
}
</style>
background-color css
<style>
a { background-color: #5E1521; }
a { background-color: rgb(94,21,33); }
div.DivClassName
{
background-color: #5E1521;
}
.BgClassName
{
background-color: #5E1521;
}
</style>
border-color css
<style>
span { border-color: #5E1521; }
span { border-color: rgb(94,21,33); }
td.TdClassName
{
border-color: #5E1521;
}
.TagClassName
{
border-color: #5E1521;
}
</style>