Shades of Lotus #8D5553
Tints of Lotus #8D5553
RGB
CMYK
RGB Variations
Color information
#8D5553 (or 0x8D5553) is known color: Lotus. HEX triplet: 8D, 55 and 53. RGB value is (141,85,83). Sum of RGB (Red+Green+Blue) = 141+85+83=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5553 is #72AAAC. Grayscale: #656565. Windows color (decimal): -7514797 or 5461389. OLE color: 5461389.
HSL color Cylindrical-coordinate representation of color #8D5553: hue angle of 2.07º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D5553 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 83 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.45 |
| HSL | 2.07º | 0.26% | 0.44% | - |
| HSV(B) | 2.07º | 0.41% | 0.55% | - |
| XYZ | 15.79 | 12.78 | 9.82 | - |
| YUV | 101.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 83 | 0 | 0.40 | 0.41 | 0.45 | 2.07 | 0.26 | 0.44 |
| Hex | 8D | 55 | 53 | 0 | 28 | 29 | 2D | 2 | 1A | 2C |
| Octal | 215 | 125 | 123 | 0 | 50 | 51 | 55 | 2 | 32 | 54 |
| Binary | 10001101 | 1010101 | 1010011 | 0 | 101000 | 101001 | 101101 | 10 | 11010 | 101100 |
Color Harmonies of #8D5553
Complementary color
Monochromatic Colors of #8D5553
Black with #8D5553
Text Example
Text Example
White with #8D5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5553; }
p { color: rgb(141,85,83); }
H1.HeaderClassName
{
color: #8D5553;
}
.AnyTagClassName
{
color: #8D5553;
}
</style>
background-color css
<style>
a { background-color: #8D5553; }
a { background-color: rgb(141,85,83); }
div.DivClassName
{
background-color: #8D5553;
}
.BgClassName
{
background-color: #8D5553;
}
</style>
border-color css
<style>
span { border-color: #8D5553; }
span { border-color: rgb(141,85,83); }
td.TdClassName
{
border-color: #8D5553;
}
.TagClassName
{
border-color: #8D5553;
}
</style>