Shades of Pohutukawa #5E122A
Tints of Pohutukawa #5E122A
RGB
CMYK
RGB Variations
Color information
#5E122A (or 0x5E122A) is known color: Pohutukawa. HEX triplet: 5E, 12 and 2A. RGB value is (94,18,42). Sum of RGB (Red+Green+Blue) = 94+18+42=154 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.04% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 94 - color contains mainly: red. Hex color #5E122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E122A is #A1EDD5. Grayscale: #2B2B2B. Windows color (decimal): -10612182 or 2757214. OLE color: 2757214.
HSL color Cylindrical-coordinate representation of color #5E122A: hue angle of 341.05º 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 #5E122A is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 18 | 42 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.63 |
| HSL | 341.05º | 0.68% | 0.22% | - |
| HSV(B) | 341.05º | 0.81% | 0.37% | - |
| XYZ | 5.25 | 2.98 | 2.49 | - |
| YUV | 43.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 42 | 0 | 0.81 | 0.55 | 0.63 | 341.05 | 0.68 | 0.22 |
| Hex | 5E | 12 | 2A | 0 | 51 | 37 | 3F | 155 | 44 | 16 |
| Octal | 136 | 22 | 52 | 0 | 121 | 67 | 77 | 525 | 104 | 26 |
| Binary | 1011110 | 10010 | 101010 | 0 | 1010001 | 110111 | 111111 | 101010101 | 1000100 | 10110 |
Color Harmonies of #5E122A
Complementary color
Monochromatic Colors of #5E122A
Black with #5E122A
Text Example
Text Example
White with #5E122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E122A; }
p { color: rgb(94,18,42); }
H1.HeaderClassName
{
color: #5E122A;
}
.AnyTagClassName
{
color: #5E122A;
}
</style>
background-color css
<style>
a { background-color: #5E122A; }
a { background-color: rgb(94,18,42); }
div.DivClassName
{
background-color: #5E122A;
}
.BgClassName
{
background-color: #5E122A;
}
</style>
border-color css
<style>
span { border-color: #5E122A; }
span { border-color: rgb(94,18,42); }
td.TdClassName
{
border-color: #5E122A;
}
.TagClassName
{
border-color: #5E122A;
}
</style>