Shades of Lotus #8E5150
Tints of Lotus #8E5150
RGB
CMYK
RGB Variations
Color information
#8E5150 (or 0x8E5150) is known color: Lotus. HEX triplet: 8E, 51 and 50. RGB value is (142,81,80). Sum of RGB (Red+Green+Blue) = 142+81+80=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5150 is #71AEAF. Grayscale: #636363. Windows color (decimal): -7450288 or 5263758. OLE color: 5263758.
HSL color Cylindrical-coordinate representation of color #8E5150: hue angle of 0.97º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5150 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 80 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.44 |
| HSL | 0.97º | 0.28% | 0.44% | - |
| HSV(B) | 0.97º | 0.44% | 0.56% | - |
| XYZ | 15.55 | 12.21 | 9.13 | - |
| YUV | 99.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 80 | 0 | 0.43 | 0.44 | 0.44 | 0.97 | 0.28 | 0.44 |
| Hex | 8E | 51 | 50 | 0 | 2B | 2C | 2C | 1 | 1C | 2C |
| Octal | 216 | 121 | 120 | 0 | 53 | 54 | 54 | 1 | 34 | 54 |
| Binary | 10001110 | 1010001 | 1010000 | 0 | 101011 | 101100 | 101100 | 1 | 11100 | 101100 |
Color Harmonies of #8E5150
Complementary color
Monochromatic Colors of #8E5150
Black with #8E5150
Text Example
Text Example
White with #8E5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5150; }
p { color: rgb(142,81,80); }
H1.HeaderClassName
{
color: #8E5150;
}
.AnyTagClassName
{
color: #8E5150;
}
</style>
background-color css
<style>
a { background-color: #8E5150; }
a { background-color: rgb(142,81,80); }
div.DivClassName
{
background-color: #8E5150;
}
.BgClassName
{
background-color: #8E5150;
}
</style>
border-color css
<style>
span { border-color: #8E5150; }
span { border-color: rgb(142,81,80); }
td.TdClassName
{
border-color: #8E5150;
}
.TagClassName
{
border-color: #8E5150;
}
</style>