Shades of Pohutukawa #5E1121
Tints of Pohutukawa #5E1121
RGB
CMYK
RGB Variations
Color information
#5E1121 (or 0x5E1121) is known color: Pohutukawa. HEX triplet: 5E, 11 and 21. RGB value is (94,17,33). Sum of RGB (Red+Green+Blue) = 94+17+33=144 (19% of max value = 765). Red value is 94 (37.11% from 255 or 65.28% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1121 is #A1EEDE. Grayscale: #292929. Windows color (decimal): -10612447 or 2167134. OLE color: 2167134.
HSL color Cylindrical-coordinate representation of color #5E1121: hue angle of 347.53º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1121 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 17 | 33 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.63 |
| HSL | 347.53º | 0.69% | 0.22% | - |
| HSV(B) | 347.53º | 0.82% | 0.37% | - |
| XYZ | 5.09 | 2.89 | 1.73 | - |
| YUV | 41.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 33 | 0 | 0.82 | 0.65 | 0.63 | 347.53 | 0.69 | 0.22 |
| Hex | 5E | 11 | 21 | 0 | 52 | 41 | 3F | 15C | 45 | 16 |
| Octal | 136 | 21 | 41 | 0 | 122 | 101 | 77 | 534 | 105 | 26 |
| Binary | 1011110 | 10001 | 100001 | 0 | 1010010 | 1000001 | 111111 | 101011100 | 1000101 | 10110 |
Color Harmonies of #5E1121
Complementary color
Monochromatic Colors of #5E1121
Black with #5E1121
Text Example
Text Example
White with #5E1121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1121; }
p { color: rgb(94,17,33); }
H1.HeaderClassName
{
color: #5E1121;
}
.AnyTagClassName
{
color: #5E1121;
}
</style>
background-color css
<style>
a { background-color: #5E1121; }
a { background-color: rgb(94,17,33); }
div.DivClassName
{
background-color: #5E1121;
}
.BgClassName
{
background-color: #5E1121;
}
</style>
border-color css
<style>
span { border-color: #5E1121; }
span { border-color: rgb(94,17,33); }
td.TdClassName
{
border-color: #5E1121;
}
.TagClassName
{
border-color: #5E1121;
}
</style>