Shades of Lotus #8E4949
Tints of Lotus #8E4949
RGB
CMYK
RGB Variations
Color information
#8E4949 (or 0x8E4949) is known color: Lotus. HEX triplet: 8E, 49 and 49. RGB value is (142,73,73). Sum of RGB (Red+Green+Blue) = 142+73+73=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4949 is #71B6B6. Grayscale: #5D5D5D. Windows color (decimal): -7452343 or 4802958. OLE color: 4802958.
HSL color Cylindrical-coordinate representation of color #8E4949: hue angle of 0º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4949 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 73 | 73 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.44 |
| HSL | 0º | 0.32% | 0.42% | - |
| HSV(B) | 0º | 0.49% | 0.56% | - |
| XYZ | 14.74 | 11 | 7.65 | - |
| YUV | 93.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 73 | 0 | 0.49 | 0.49 | 0.44 | 0 | 0.32 | 0.42 |
| Hex | 8E | 49 | 49 | 0 | 31 | 31 | 2C | 0 | 20 | 2A |
| Octal | 216 | 111 | 111 | 0 | 61 | 61 | 54 | 0 | 40 | 52 |
| Binary | 10001110 | 1001001 | 1001001 | 0 | 110001 | 110001 | 101100 | 0 | 100000 | 101010 |
Color Harmonies of #8E4949
Complementary color
Monochromatic Colors of #8E4949
Black with #8E4949
Text Example
Text Example
White with #8E4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4949; }
p { color: rgb(142,73,73); }
H1.HeaderClassName
{
color: #8E4949;
}
.AnyTagClassName
{
color: #8E4949;
}
</style>
background-color css
<style>
a { background-color: #8E4949; }
a { background-color: rgb(142,73,73); }
div.DivClassName
{
background-color: #8E4949;
}
.BgClassName
{
background-color: #8E4949;
}
</style>
border-color css
<style>
span { border-color: #8E4949; }
span { border-color: rgb(142,73,73); }
td.TdClassName
{
border-color: #8E4949;
}
.TagClassName
{
border-color: #8E4949;
}
</style>