Shades of Pohutukawa #5E122C
Tints of Pohutukawa #5E122C
RGB
CMYK
RGB Variations
Color information
#5E122C (or 0x5E122C) is known color: Pohutukawa. HEX triplet: 5E, 12 and 2C. RGB value is (94,18,44). Sum of RGB (Red+Green+Blue) = 94+18+44=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E122C is #A1EDD3. Grayscale: #2B2B2B. Windows color (decimal): -10612180 or 2888286. OLE color: 2888286.
HSL color Cylindrical-coordinate representation of color #5E122C: hue angle of 339.47º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E122C is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 18 | 44 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.63 |
| HSL | 339.47º | 0.68% | 0.22% | - |
| HSV(B) | 339.47º | 0.81% | 0.37% | - |
| XYZ | 5.29 | 2.99 | 2.68 | - |
| YUV | 43.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 44 | 0 | 0.81 | 0.53 | 0.63 | 339.47 | 0.68 | 0.22 |
| Hex | 5E | 12 | 2C | 0 | 51 | 35 | 3F | 153 | 44 | 16 |
| Octal | 136 | 22 | 54 | 0 | 121 | 65 | 77 | 523 | 104 | 26 |
| Binary | 1011110 | 10010 | 101100 | 0 | 1010001 | 110101 | 111111 | 101010011 | 1000100 | 10110 |
Color Harmonies of #5E122C
Complementary color
Monochromatic Colors of #5E122C
Black with #5E122C
Text Example
Text Example
White with #5E122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E122C; }
p { color: rgb(94,18,44); }
H1.HeaderClassName
{
color: #5E122C;
}
.AnyTagClassName
{
color: #5E122C;
}
</style>
background-color css
<style>
a { background-color: #5E122C; }
a { background-color: rgb(94,18,44); }
div.DivClassName
{
background-color: #5E122C;
}
.BgClassName
{
background-color: #5E122C;
}
</style>
border-color css
<style>
span { border-color: #5E122C; }
span { border-color: rgb(94,18,44); }
td.TdClassName
{
border-color: #5E122C;
}
.TagClassName
{
border-color: #5E122C;
}
</style>