Shades of Lotus #8D4D49
Tints of Lotus #8D4D49
RGB
CMYK
RGB Variations
Color information
#8D4D49 (or 0x8D4D49) is known color: Lotus. HEX triplet: 8D, 4D and 49. RGB value is (141,77,73). Sum of RGB (Red+Green+Blue) = 141+77+73=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4D49 is #72B2B6. Grayscale: #5F5F5F. Windows color (decimal): -7516855 or 4803981. OLE color: 4803981.
HSL color Cylindrical-coordinate representation of color #8D4D49: hue angle of 3.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D4D49 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 77 | 73 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.45 |
| HSL | 3.53º | 0.32% | 0.42% | - |
| HSV(B) | 3.53º | 0.48% | 0.55% | - |
| XYZ | 14.84 | 11.45 | 7.73 | - |
| YUV | 95.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 73 | 0 | 0.45 | 0.48 | 0.45 | 3.53 | 0.32 | 0.42 |
| Hex | 8D | 4D | 49 | 0 | 2D | 30 | 2D | 4 | 20 | 2A |
| Octal | 215 | 115 | 111 | 0 | 55 | 60 | 55 | 4 | 40 | 52 |
| Binary | 10001101 | 1001101 | 1001001 | 0 | 101101 | 110000 | 101101 | 100 | 100000 | 101010 |
Color Harmonies of #8D4D49
Complementary color
Monochromatic Colors of #8D4D49
Black with #8D4D49
Text Example
Text Example
White with #8D4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4D49; }
p { color: rgb(141,77,73); }
H1.HeaderClassName
{
color: #8D4D49;
}
.AnyTagClassName
{
color: #8D4D49;
}
</style>
background-color css
<style>
a { background-color: #8D4D49; }
a { background-color: rgb(141,77,73); }
div.DivClassName
{
background-color: #8D4D49;
}
.BgClassName
{
background-color: #8D4D49;
}
</style>
border-color css
<style>
span { border-color: #8D4D49; }
span { border-color: rgb(141,77,73); }
td.TdClassName
{
border-color: #8D4D49;
}
.TagClassName
{
border-color: #8D4D49;
}
</style>