Shades of Pohutukawa #5E121C
Tints of Pohutukawa #5E121C
RGB
CMYK
RGB Variations
Color information
#5E121C (or 0x5E121C) is known color: Pohutukawa. HEX triplet: 5E, 12 and 1C. RGB value is (94,18,28). Sum of RGB (Red+Green+Blue) = 94+18+28=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E121C is #A1EDE3. Grayscale: #292929. Windows color (decimal): -10612196 or 1839710. OLE color: 1839710.
HSL color Cylindrical-coordinate representation of color #5E121C: hue angle of 352.11º 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 #5E121C is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 18 | 28 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.63 |
| HSL | 352.11º | 0.68% | 0.22% | - |
| HSV(B) | 352.11º | 0.81% | 0.37% | - |
| XYZ | 5.04 | 2.9 | 1.39 | - |
| YUV | 41.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 28 | 0 | 0.81 | 0.70 | 0.63 | 352.11 | 0.68 | 0.22 |
| Hex | 5E | 12 | 1C | 0 | 51 | 46 | 3F | 160 | 44 | 16 |
| Octal | 136 | 22 | 34 | 0 | 121 | 106 | 77 | 540 | 104 | 26 |
| Binary | 1011110 | 10010 | 11100 | 0 | 1010001 | 1000110 | 111111 | 101100000 | 1000100 | 10110 |
Color Harmonies of #5E121C
Complementary color
Monochromatic Colors of #5E121C
Black with #5E121C
Text Example
Text Example
White with #5E121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E121C; }
p { color: rgb(94,18,28); }
H1.HeaderClassName
{
color: #5E121C;
}
.AnyTagClassName
{
color: #5E121C;
}
</style>
background-color css
<style>
a { background-color: #5E121C; }
a { background-color: rgb(94,18,28); }
div.DivClassName
{
background-color: #5E121C;
}
.BgClassName
{
background-color: #5E121C;
}
</style>
border-color css
<style>
span { border-color: #5E121C; }
span { border-color: rgb(94,18,28); }
td.TdClassName
{
border-color: #5E121C;
}
.TagClassName
{
border-color: #5E121C;
}
</style>