Shades of Lotus #8D514C
Tints of Lotus #8D514C
RGB
CMYK
RGB Variations
Color information
#8D514C (or 0x8D514C) is known color: Lotus. HEX triplet: 8D, 51 and 4C. RGB value is (141,81,76). Sum of RGB (Red+Green+Blue) = 141+81+76=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D514C is #72AEB3. Grayscale: #626262. Windows color (decimal): -7515828 or 5001613. OLE color: 5001613.
HSL color Cylindrical-coordinate representation of color #8D514C: hue angle of 4.62º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D514C is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 76 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.45 |
| HSL | 4.62º | 0.3% | 0.43% | - |
| HSV(B) | 4.62º | 0.46% | 0.55% | - |
| XYZ | 15.23 | 12.07 | 8.36 | - |
| YUV | 98.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 76 | 0 | 0.43 | 0.46 | 0.45 | 4.62 | 0.3 | 0.43 |
| Hex | 8D | 51 | 4C | 0 | 2B | 2E | 2D | 5 | 1E | 2B |
| Octal | 215 | 121 | 114 | 0 | 53 | 56 | 55 | 5 | 36 | 53 |
| Binary | 10001101 | 1010001 | 1001100 | 0 | 101011 | 101110 | 101101 | 101 | 11110 | 101011 |
Color Harmonies of #8D514C
Complementary color
Monochromatic Colors of #8D514C
Black with #8D514C
Text Example
Text Example
White with #8D514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D514C; }
p { color: rgb(141,81,76); }
H1.HeaderClassName
{
color: #8D514C;
}
.AnyTagClassName
{
color: #8D514C;
}
</style>
background-color css
<style>
a { background-color: #8D514C; }
a { background-color: rgb(141,81,76); }
div.DivClassName
{
background-color: #8D514C;
}
.BgClassName
{
background-color: #8D514C;
}
</style>
border-color css
<style>
span { border-color: #8D514C; }
span { border-color: rgb(141,81,76); }
td.TdClassName
{
border-color: #8D514C;
}
.TagClassName
{
border-color: #8D514C;
}
</style>