Shades of Pohutukawa #5E1122
Tints of Pohutukawa #5E1122
RGB
CMYK
RGB Variations
Color information
#5E1122 (or 0x5E1122) is known color: Pohutukawa. HEX triplet: 5E, 11 and 22. RGB value is (94,17,34). Sum of RGB (Red+Green+Blue) = 94+17+34=145 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.83% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1122 is #A1EEDD. Grayscale: #292929. Windows color (decimal): -10612446 or 2232670. OLE color: 2232670.
HSL color Cylindrical-coordinate representation of color #5E1122: hue angle of 346.75º 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 #5E1122 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 17 | 34 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.63 |
| HSL | 346.75º | 0.69% | 0.22% | - |
| HSV(B) | 346.75º | 0.82% | 0.37% | - |
| XYZ | 5.11 | 2.9 | 1.8 | - |
| YUV | 41.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 34 | 0 | 0.82 | 0.64 | 0.63 | 346.75 | 0.69 | 0.22 |
| Hex | 5E | 11 | 22 | 0 | 52 | 40 | 3F | 15B | 45 | 16 |
| Octal | 136 | 21 | 42 | 0 | 122 | 100 | 77 | 533 | 105 | 26 |
| Binary | 1011110 | 10001 | 100010 | 0 | 1010010 | 1000000 | 111111 | 101011011 | 1000101 | 10110 |
Color Harmonies of #5E1122
Complementary color
Monochromatic Colors of #5E1122
Black with #5E1122
Text Example
Text Example
White with #5E1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1122; }
p { color: rgb(94,17,34); }
H1.HeaderClassName
{
color: #5E1122;
}
.AnyTagClassName
{
color: #5E1122;
}
</style>
background-color css
<style>
a { background-color: #5E1122; }
a { background-color: rgb(94,17,34); }
div.DivClassName
{
background-color: #5E1122;
}
.BgClassName
{
background-color: #5E1122;
}
</style>
border-color css
<style>
span { border-color: #5E1122; }
span { border-color: rgb(94,17,34); }
td.TdClassName
{
border-color: #5E1122;
}
.TagClassName
{
border-color: #5E1122;
}
</style>