Shades of Lotus #875852
Tints of Lotus #875852
RGB
CMYK
RGB Variations
Color information
#875852 (or 0x875852) is known color: Lotus. HEX triplet: 87, 58 and 52. RGB value is (135,88,82). Sum of RGB (Red+Green+Blue) = 135+88+82=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875852 is #78A7AD. Grayscale: #656565. Windows color (decimal): -7907246 or 5396615. OLE color: 5396615.
HSL color Cylindrical-coordinate representation of color #875852: hue angle of 6.79º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875852 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 82 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.47 |
| HSL | 6.79º | 0.24% | 0.43% | - |
| HSV(B) | 6.79º | 0.39% | 0.53% | - |
| XYZ | 15 | 12.74 | 9.65 | - |
| YUV | 101.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 82 | 0 | 0.35 | 0.39 | 0.47 | 6.79 | 0.24 | 0.43 |
| Hex | 87 | 58 | 52 | 0 | 23 | 27 | 2F | 7 | 18 | 2B |
| Octal | 207 | 130 | 122 | 0 | 43 | 47 | 57 | 7 | 30 | 53 |
| Binary | 10000111 | 1011000 | 1010010 | 0 | 100011 | 100111 | 101111 | 111 | 11000 | 101011 |
Color Harmonies of #875852
Complementary color
Monochromatic Colors of #875852
Black with #875852
Text Example
Text Example
White with #875852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875852; }
p { color: rgb(135,88,82); }
H1.HeaderClassName
{
color: #875852;
}
.AnyTagClassName
{
color: #875852;
}
</style>
background-color css
<style>
a { background-color: #875852; }
a { background-color: rgb(135,88,82); }
div.DivClassName
{
background-color: #875852;
}
.BgClassName
{
background-color: #875852;
}
</style>
border-color css
<style>
span { border-color: #875852; }
span { border-color: rgb(135,88,82); }
td.TdClassName
{
border-color: #875852;
}
.TagClassName
{
border-color: #875852;
}
</style>