Shades of Lotus #8E524F
Tints of Lotus #8E524F
RGB
CMYK
RGB Variations
Color information
#8E524F (or 0x8E524F) is known color: Lotus. HEX triplet: 8E, 52 and 4F. RGB value is (142,82,79). Sum of RGB (Red+Green+Blue) = 142+82+79=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E524F is #71ADB0. Grayscale: #636363. Windows color (decimal): -7450033 or 5198478. OLE color: 5198478.
HSL color Cylindrical-coordinate representation of color #8E524F: hue angle of 2.86º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E524F is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 79 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.44 |
| HSL | 2.86º | 0.29% | 0.43% | - |
| HSV(B) | 2.86º | 0.44% | 0.56% | - |
| XYZ | 15.58 | 12.35 | 8.96 | - |
| YUV | 99.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 79 | 0 | 0.42 | 0.44 | 0.44 | 2.86 | 0.29 | 0.43 |
| Hex | 8E | 52 | 4F | 0 | 2A | 2C | 2C | 3 | 1D | 2B |
| Octal | 216 | 122 | 117 | 0 | 52 | 54 | 54 | 3 | 35 | 53 |
| Binary | 10001110 | 1010010 | 1001111 | 0 | 101010 | 101100 | 101100 | 11 | 11101 | 101011 |
Color Harmonies of #8E524F
Complementary color
Monochromatic Colors of #8E524F
Black with #8E524F
Text Example
Text Example
White with #8E524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E524F; }
p { color: rgb(142,82,79); }
H1.HeaderClassName
{
color: #8E524F;
}
.AnyTagClassName
{
color: #8E524F;
}
</style>
background-color css
<style>
a { background-color: #8E524F; }
a { background-color: rgb(142,82,79); }
div.DivClassName
{
background-color: #8E524F;
}
.BgClassName
{
background-color: #8E524F;
}
</style>
border-color css
<style>
span { border-color: #8E524F; }
span { border-color: rgb(142,82,79); }
td.TdClassName
{
border-color: #8E524F;
}
.TagClassName
{
border-color: #8E524F;
}
</style>