Shades of Pohutukawa #5E142C
Tints of Pohutukawa #5E142C
RGB
CMYK
RGB Variations
Color information
#5E142C (or 0x5E142C) is known color: Pohutukawa. HEX triplet: 5E, 14 and 2C. RGB value is (94,20,44). Sum of RGB (Red+Green+Blue) = 94+20+44=158 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.49% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 94 - color contains mainly: red. Hex color #5E142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E142C is #A1EBD3. Grayscale: #2C2C2C. Windows color (decimal): -10611668 or 2888798. OLE color: 2888798.
HSL color Cylindrical-coordinate representation of color #5E142C: hue angle of 340.54º 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 #5E142C is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 20 | 44 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.63 |
| HSL | 340.54º | 0.65% | 0.22% | - |
| HSV(B) | 340.54º | 0.79% | 0.37% | - |
| XYZ | 5.32 | 3.06 | 2.69 | - |
| YUV | 44.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 44 | 0 | 0.79 | 0.53 | 0.63 | 340.54 | 0.65 | 0.22 |
| Hex | 5E | 14 | 2C | 0 | 4F | 35 | 3F | 155 | 41 | 16 |
| Octal | 136 | 24 | 54 | 0 | 117 | 65 | 77 | 525 | 101 | 26 |
| Binary | 1011110 | 10100 | 101100 | 0 | 1001111 | 110101 | 111111 | 101010101 | 1000001 | 10110 |
Color Harmonies of #5E142C
Complementary color
Monochromatic Colors of #5E142C
Black with #5E142C
Text Example
Text Example
White with #5E142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E142C; }
p { color: rgb(94,20,44); }
H1.HeaderClassName
{
color: #5E142C;
}
.AnyTagClassName
{
color: #5E142C;
}
</style>
background-color css
<style>
a { background-color: #5E142C; }
a { background-color: rgb(94,20,44); }
div.DivClassName
{
background-color: #5E142C;
}
.BgClassName
{
background-color: #5E142C;
}
</style>
border-color css
<style>
span { border-color: #5E142C; }
span { border-color: rgb(94,20,44); }
td.TdClassName
{
border-color: #5E142C;
}
.TagClassName
{
border-color: #5E142C;
}
</style>