Shades of Lotus #8D504B
Tints of Lotus #8D504B
RGB
CMYK
RGB Variations
Color information
#8D504B (or 0x8D504B) is known color: Lotus. HEX triplet: 8D, 50 and 4B. RGB value is (141,80,75). Sum of RGB (Red+Green+Blue) = 141+80+75=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D504B is #72AFB4. Grayscale: #616161. Windows color (decimal): -7516085 or 4935821. OLE color: 4935821.
HSL color Cylindrical-coordinate representation of color #8D504B: hue angle of 4.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D504B is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 75 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.45 |
| HSL | 4.55º | 0.31% | 0.42% | - |
| HSV(B) | 4.55º | 0.47% | 0.55% | - |
| XYZ | 15.12 | 11.91 | 8.16 | - |
| YUV | 97.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 75 | 0 | 0.43 | 0.47 | 0.45 | 4.55 | 0.31 | 0.42 |
| Hex | 8D | 50 | 4B | 0 | 2B | 2F | 2D | 5 | 1F | 2A |
| Octal | 215 | 120 | 113 | 0 | 53 | 57 | 55 | 5 | 37 | 52 |
| Binary | 10001101 | 1010000 | 1001011 | 0 | 101011 | 101111 | 101101 | 101 | 11111 | 101010 |
Color Harmonies of #8D504B
Complementary color
Monochromatic Colors of #8D504B
Black with #8D504B
Text Example
Text Example
White with #8D504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D504B; }
p { color: rgb(141,80,75); }
H1.HeaderClassName
{
color: #8D504B;
}
.AnyTagClassName
{
color: #8D504B;
}
</style>
background-color css
<style>
a { background-color: #8D504B; }
a { background-color: rgb(141,80,75); }
div.DivClassName
{
background-color: #8D504B;
}
.BgClassName
{
background-color: #8D504B;
}
</style>
border-color css
<style>
span { border-color: #8D504B; }
span { border-color: rgb(141,80,75); }
td.TdClassName
{
border-color: #8D504B;
}
.TagClassName
{
border-color: #8D504B;
}
</style>