Shades of Pohutukawa #5E162B
Tints of Pohutukawa #5E162B
RGB
CMYK
RGB Variations
Color information
#5E162B (or 0x5E162B) is known color: Pohutukawa. HEX triplet: 5E, 16 and 2B. RGB value is (94,22,43). Sum of RGB (Red+Green+Blue) = 94+22+43=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E162B is #A1E9D4. Grayscale: #2D2D2D. Windows color (decimal): -10611157 or 2823774. OLE color: 2823774.
HSL color Cylindrical-coordinate representation of color #5E162B: hue angle of 342.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E162B is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 22 | 43 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.63 |
| HSL | 342.5º | 0.62% | 0.23% | - |
| HSV(B) | 342.5º | 0.77% | 0.37% | - |
| XYZ | 5.34 | 3.13 | 2.61 | - |
| YUV | 45.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 43 | 0 | 0.77 | 0.54 | 0.63 | 342.5 | 0.62 | 0.23 |
| Hex | 5E | 16 | 2B | 0 | 4D | 36 | 3F | 156 | 3E | 17 |
| Octal | 136 | 26 | 53 | 0 | 115 | 66 | 77 | 526 | 76 | 27 |
| Binary | 1011110 | 10110 | 101011 | 0 | 1001101 | 110110 | 111111 | 101010110 | 111110 | 10111 |
Color Harmonies of #5E162B
Complementary color
Monochromatic Colors of #5E162B
Black with #5E162B
Text Example
Text Example
White with #5E162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E162B; }
p { color: rgb(94,22,43); }
H1.HeaderClassName
{
color: #5E162B;
}
.AnyTagClassName
{
color: #5E162B;
}
</style>
background-color css
<style>
a { background-color: #5E162B; }
a { background-color: rgb(94,22,43); }
div.DivClassName
{
background-color: #5E162B;
}
.BgClassName
{
background-color: #5E162B;
}
</style>
border-color css
<style>
span { border-color: #5E162B; }
span { border-color: rgb(94,22,43); }
td.TdClassName
{
border-color: #5E162B;
}
.TagClassName
{
border-color: #5E162B;
}
</style>