Shades of Lotus #87524D
Tints of Lotus #87524D
RGB
CMYK
RGB Variations
Color information
#87524D (or 0x87524D) is known color: Lotus. HEX triplet: 87, 52 and 4D. RGB value is (135,82,77). Sum of RGB (Red+Green+Blue) = 135+82+77=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87524D is #78ADB2. Grayscale: #616161. Windows color (decimal): -7908787 or 5067399. OLE color: 5067399.
HSL color Cylindrical-coordinate representation of color #87524D: hue angle of 5.17º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87524D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 77 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.47 |
| HSL | 5.17º | 0.27% | 0.42% | - |
| HSV(B) | 5.17º | 0.43% | 0.53% | - |
| XYZ | 14.35 | 11.72 | 8.53 | - |
| YUV | 97.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 77 | 0 | 0.39 | 0.43 | 0.47 | 5.17 | 0.27 | 0.42 |
| Hex | 87 | 52 | 4D | 0 | 27 | 2B | 2F | 5 | 1B | 2A |
| Octal | 207 | 122 | 115 | 0 | 47 | 53 | 57 | 5 | 33 | 52 |
| Binary | 10000111 | 1010010 | 1001101 | 0 | 100111 | 101011 | 101111 | 101 | 11011 | 101010 |
Color Harmonies of #87524D
Complementary color
Monochromatic Colors of #87524D
Black with #87524D
Text Example
Text Example
White with #87524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87524D; }
p { color: rgb(135,82,77); }
H1.HeaderClassName
{
color: #87524D;
}
.AnyTagClassName
{
color: #87524D;
}
</style>
background-color css
<style>
a { background-color: #87524D; }
a { background-color: rgb(135,82,77); }
div.DivClassName
{
background-color: #87524D;
}
.BgClassName
{
background-color: #87524D;
}
</style>
border-color css
<style>
span { border-color: #87524D; }
span { border-color: rgb(135,82,77); }
td.TdClassName
{
border-color: #87524D;
}
.TagClassName
{
border-color: #87524D;
}
</style>