Shades of Lotus #8D5750
Tints of Lotus #8D5750
RGB
CMYK
RGB Variations
Color information
#8D5750 (or 0x8D5750) is known color: Lotus. HEX triplet: 8D, 57 and 50. RGB value is (141,87,80). Sum of RGB (Red+Green+Blue) = 141+87+80=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5750 is #72A8AF. Grayscale: #666666. Windows color (decimal): -7514288 or 5265293. OLE color: 5265293.
HSL color Cylindrical-coordinate representation of color #8D5750: hue angle of 6.89º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D5750 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 87 | 80 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.45 |
| HSL | 6.89º | 0.28% | 0.43% | - |
| HSV(B) | 6.89º | 0.43% | 0.55% | - |
| XYZ | 15.84 | 13.06 | 9.28 | - |
| YUV | 102.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 80 | 0 | 0.38 | 0.43 | 0.45 | 6.89 | 0.28 | 0.43 |
| Hex | 8D | 57 | 50 | 0 | 26 | 2B | 2D | 7 | 1C | 2B |
| Octal | 215 | 127 | 120 | 0 | 46 | 53 | 55 | 7 | 34 | 53 |
| Binary | 10001101 | 1010111 | 1010000 | 0 | 100110 | 101011 | 101101 | 111 | 11100 | 101011 |
Color Harmonies of #8D5750
Complementary color
Monochromatic Colors of #8D5750
Black with #8D5750
Text Example
Text Example
White with #8D5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5750; }
p { color: rgb(141,87,80); }
H1.HeaderClassName
{
color: #8D5750;
}
.AnyTagClassName
{
color: #8D5750;
}
</style>
background-color css
<style>
a { background-color: #8D5750; }
a { background-color: rgb(141,87,80); }
div.DivClassName
{
background-color: #8D5750;
}
.BgClassName
{
background-color: #8D5750;
}
</style>
border-color css
<style>
span { border-color: #8D5750; }
span { border-color: rgb(141,87,80); }
td.TdClassName
{
border-color: #8D5750;
}
.TagClassName
{
border-color: #8D5750;
}
</style>