Shades of Lotus #8D5951
Tints of Lotus #8D5951
RGB
CMYK
RGB Variations
Color information
#8D5951 (or 0x8D5951) is known color: Lotus. HEX triplet: 8D, 59 and 51. RGB value is (141,89,81). Sum of RGB (Red+Green+Blue) = 141+89+81=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5951 is #72A6AE. Grayscale: #676767. Windows color (decimal): -7513775 or 5331341. OLE color: 5331341.
HSL color Cylindrical-coordinate representation of color #8D5951: hue angle of 8º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D5951 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 81 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.45 |
| HSL | 8º | 0.27% | 0.44% | - |
| HSV(B) | 8º | 0.43% | 0.55% | - |
| XYZ | 16.04 | 13.4 | 9.53 | - |
| YUV | 103.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 81 | 0 | 0.37 | 0.43 | 0.45 | 8 | 0.27 | 0.44 |
| Hex | 8D | 59 | 51 | 0 | 25 | 2B | 2D | 8 | 1B | 2C |
| Octal | 215 | 131 | 121 | 0 | 45 | 53 | 55 | 10 | 33 | 54 |
| Binary | 10001101 | 1011001 | 1010001 | 0 | 100101 | 101011 | 101101 | 1000 | 11011 | 101100 |
Color Harmonies of #8D5951
Complementary color
Monochromatic Colors of #8D5951
Black with #8D5951
Text Example
Text Example
White with #8D5951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5951; }
p { color: rgb(141,89,81); }
H1.HeaderClassName
{
color: #8D5951;
}
.AnyTagClassName
{
color: #8D5951;
}
</style>
background-color css
<style>
a { background-color: #8D5951; }
a { background-color: rgb(141,89,81); }
div.DivClassName
{
background-color: #8D5951;
}
.BgClassName
{
background-color: #8D5951;
}
</style>
border-color css
<style>
span { border-color: #8D5951; }
span { border-color: rgb(141,89,81); }
td.TdClassName
{
border-color: #8D5951;
}
.TagClassName
{
border-color: #8D5951;
}
</style>