Shades of Pohutukawa #5E141C
Tints of Pohutukawa #5E141C
RGB
CMYK
RGB Variations
Color information
#5E141C (or 0x5E141C) is known color: Pohutukawa. HEX triplet: 5E, 14 and 1C. RGB value is (94,20,28). Sum of RGB (Red+Green+Blue) = 94+20+28=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E141C is #A1EBE3. Grayscale: #2B2B2B. Windows color (decimal): -10611684 or 1840222. OLE color: 1840222.
HSL color Cylindrical-coordinate representation of color #5E141C: hue angle of 353.51º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E141C is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 20 | 28 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.63 |
| HSL | 353.51º | 0.65% | 0.22% | - |
| HSV(B) | 353.51º | 0.79% | 0.37% | - |
| XYZ | 5.08 | 2.96 | 1.4 | - |
| YUV | 43.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 28 | 0 | 0.79 | 0.70 | 0.63 | 353.51 | 0.65 | 0.22 |
| Hex | 5E | 14 | 1C | 0 | 4F | 46 | 3F | 162 | 41 | 16 |
| Octal | 136 | 24 | 34 | 0 | 117 | 106 | 77 | 542 | 101 | 26 |
| Binary | 1011110 | 10100 | 11100 | 0 | 1001111 | 1000110 | 111111 | 101100010 | 1000001 | 10110 |
Color Harmonies of #5E141C
Complementary color
Monochromatic Colors of #5E141C
Black with #5E141C
Text Example
Text Example
White with #5E141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E141C; }
p { color: rgb(94,20,28); }
H1.HeaderClassName
{
color: #5E141C;
}
.AnyTagClassName
{
color: #5E141C;
}
</style>
background-color css
<style>
a { background-color: #5E141C; }
a { background-color: rgb(94,20,28); }
div.DivClassName
{
background-color: #5E141C;
}
.BgClassName
{
background-color: #5E141C;
}
</style>
border-color css
<style>
span { border-color: #5E141C; }
span { border-color: rgb(94,20,28); }
td.TdClassName
{
border-color: #5E141C;
}
.TagClassName
{
border-color: #5E141C;
}
</style>