Shades of Lotus #875550
Tints of Lotus #875550
RGB
CMYK
RGB Variations
Color information
#875550 (or 0x875550) is known color: Lotus. HEX triplet: 87, 55 and 50. RGB value is (135,85,80). Sum of RGB (Red+Green+Blue) = 135+85+80=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #875550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875550 is #78AAAF. Grayscale: #636363. Windows color (decimal): -7908016 or 5264775. OLE color: 5264775.
HSL color Cylindrical-coordinate representation of color #875550: hue angle of 5.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875550 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 80 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.47 |
| HSL | 5.45º | 0.26% | 0.42% | - |
| HSV(B) | 5.45º | 0.41% | 0.53% | - |
| XYZ | 14.69 | 12.23 | 9.18 | - |
| YUV | 99.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 80 | 0 | 0.37 | 0.41 | 0.47 | 5.45 | 0.26 | 0.42 |
| Hex | 87 | 55 | 50 | 0 | 25 | 29 | 2F | 5 | 1A | 2A |
| Octal | 207 | 125 | 120 | 0 | 45 | 51 | 57 | 5 | 32 | 52 |
| Binary | 10000111 | 1010101 | 1010000 | 0 | 100101 | 101001 | 101111 | 101 | 11010 | 101010 |
Color Harmonies of #875550
Complementary color
Monochromatic Colors of #875550
Black with #875550
Text Example
Text Example
White with #875550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875550; }
p { color: rgb(135,85,80); }
H1.HeaderClassName
{
color: #875550;
}
.AnyTagClassName
{
color: #875550;
}
</style>
background-color css
<style>
a { background-color: #875550; }
a { background-color: rgb(135,85,80); }
div.DivClassName
{
background-color: #875550;
}
.BgClassName
{
background-color: #875550;
}
</style>
border-color css
<style>
span { border-color: #875550; }
span { border-color: rgb(135,85,80); }
td.TdClassName
{
border-color: #875550;
}
.TagClassName
{
border-color: #875550;
}
</style>