Shades of Pohutukawa #5E122D
Tints of Pohutukawa #5E122D
RGB
CMYK
RGB Variations
Color information
#5E122D (or 0x5E122D) is known color: Pohutukawa. HEX triplet: 5E, 12 and 2D. RGB value is (94,18,45). Sum of RGB (Red+Green+Blue) = 94+18+45=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E122D is #A1EDD2. Grayscale: #2B2B2B. Windows color (decimal): -10612179 or 2953822. OLE color: 2953822.
HSL color Cylindrical-coordinate representation of color #5E122D: hue angle of 338.68º 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 #5E122D is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 18 | 45 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.63 |
| HSL | 338.68º | 0.68% | 0.22% | - |
| HSV(B) | 338.68º | 0.81% | 0.37% | - |
| XYZ | 5.31 | 3 | 2.78 | - |
| YUV | 43.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 45 | 0 | 0.81 | 0.52 | 0.63 | 338.68 | 0.68 | 0.22 |
| Hex | 5E | 12 | 2D | 0 | 51 | 34 | 3F | 153 | 44 | 16 |
| Octal | 136 | 22 | 55 | 0 | 121 | 64 | 77 | 523 | 104 | 26 |
| Binary | 1011110 | 10010 | 101101 | 0 | 1010001 | 110100 | 111111 | 101010011 | 1000100 | 10110 |
Color Harmonies of #5E122D
Complementary color
Monochromatic Colors of #5E122D
Black with #5E122D
Text Example
Text Example
White with #5E122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E122D; }
p { color: rgb(94,18,45); }
H1.HeaderClassName
{
color: #5E122D;
}
.AnyTagClassName
{
color: #5E122D;
}
</style>
background-color css
<style>
a { background-color: #5E122D; }
a { background-color: rgb(94,18,45); }
div.DivClassName
{
background-color: #5E122D;
}
.BgClassName
{
background-color: #5E122D;
}
</style>
border-color css
<style>
span { border-color: #5E122D; }
span { border-color: rgb(94,18,45); }
td.TdClassName
{
border-color: #5E122D;
}
.TagClassName
{
border-color: #5E122D;
}
</style>