Shades of Lotus #8D504F
Tints of Lotus #8D504F
RGB
CMYK
RGB Variations
Color information
#8D504F (or 0x8D504F) is known color: Lotus. HEX triplet: 8D, 50 and 4F. RGB value is (141,80,79). Sum of RGB (Red+Green+Blue) = 141+80+79=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D504F is #72AFB0. Grayscale: #626262. Windows color (decimal): -7516081 or 5197965. OLE color: 5197965.
HSL color Cylindrical-coordinate representation of color #8D504F: hue angle of 0.97º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D504F is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 79 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.45 |
| HSL | 0.97º | 0.28% | 0.43% | - |
| HSV(B) | 0.97º | 0.44% | 0.55% | - |
| XYZ | 15.26 | 11.96 | 8.9 | - |
| YUV | 98.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 79 | 0 | 0.43 | 0.44 | 0.45 | 0.97 | 0.28 | 0.43 |
| Hex | 8D | 50 | 4F | 0 | 2B | 2C | 2D | 1 | 1C | 2B |
| Octal | 215 | 120 | 117 | 0 | 53 | 54 | 55 | 1 | 34 | 53 |
| Binary | 10001101 | 1010000 | 1001111 | 0 | 101011 | 101100 | 101101 | 1 | 11100 | 101011 |
Color Harmonies of #8D504F
Complementary color
Monochromatic Colors of #8D504F
Black with #8D504F
Text Example
Text Example
White with #8D504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D504F; }
p { color: rgb(141,80,79); }
H1.HeaderClassName
{
color: #8D504F;
}
.AnyTagClassName
{
color: #8D504F;
}
</style>
background-color css
<style>
a { background-color: #8D504F; }
a { background-color: rgb(141,80,79); }
div.DivClassName
{
background-color: #8D504F;
}
.BgClassName
{
background-color: #8D504F;
}
</style>
border-color css
<style>
span { border-color: #8D504F; }
span { border-color: rgb(141,80,79); }
td.TdClassName
{
border-color: #8D504F;
}
.TagClassName
{
border-color: #8D504F;
}
</style>