Shades of Lotus #875555
Tints of Lotus #875555
RGB
CMYK
RGB Variations
Color information
#875555 (or 0x875555) is known color: Lotus. HEX triplet: 87, 55 and 55. RGB value is (135,85,85). Sum of RGB (Red+Green+Blue) = 135+85+85=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875555 is #78AAAA. Grayscale: #646464. Windows color (decimal): -7908011 or 5592455. OLE color: 5592455.
HSL color Cylindrical-coordinate representation of color #875555: hue angle of 0º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875555 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 85 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.47 |
| HSL | 0º | 0.23% | 0.43% | - |
| HSV(B) | 0º | 0.37% | 0.53% | - |
| XYZ | 14.88 | 12.3 | 10.18 | - |
| YUV | 99.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 85 | 0 | 0.37 | 0.37 | 0.47 | 0 | 0.23 | 0.43 |
| Hex | 87 | 55 | 55 | 0 | 25 | 25 | 2F | 0 | 17 | 2B |
| Octal | 207 | 125 | 125 | 0 | 45 | 45 | 57 | 0 | 27 | 53 |
| Binary | 10000111 | 1010101 | 1010101 | 0 | 100101 | 100101 | 101111 | 0 | 10111 | 101011 |
Color Harmonies of #875555
Complementary color
Monochromatic Colors of #875555
Black with #875555
Text Example
Text Example
White with #875555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875555; }
p { color: rgb(135,85,85); }
H1.HeaderClassName
{
color: #875555;
}
.AnyTagClassName
{
color: #875555;
}
</style>
background-color css
<style>
a { background-color: #875555; }
a { background-color: rgb(135,85,85); }
div.DivClassName
{
background-color: #875555;
}
.BgClassName
{
background-color: #875555;
}
</style>
border-color css
<style>
span { border-color: #875555; }
span { border-color: rgb(135,85,85); }
td.TdClassName
{
border-color: #875555;
}
.TagClassName
{
border-color: #875555;
}
</style>