Shades of Lotus #885850
Tints of Lotus #885850
RGB
CMYK
RGB Variations
Color information
#885850 (or 0x885850) is known color: Lotus. HEX triplet: 88, 58 and 50. RGB value is (136,88,80). Sum of RGB (Red+Green+Blue) = 136+88+80=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #885850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885850 is #77A7AF. Grayscale: #656565. Windows color (decimal): -7841712 or 5265544. OLE color: 5265544.
HSL color Cylindrical-coordinate representation of color #885850: hue angle of 8.57º 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 #885850 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 80 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.47 |
| HSL | 8.57º | 0.26% | 0.42% | - |
| HSV(B) | 8.57º | 0.41% | 0.53% | - |
| XYZ | 15.09 | 12.79 | 9.26 | - |
| YUV | 101.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 80 | 0 | 0.35 | 0.41 | 0.47 | 8.57 | 0.26 | 0.42 |
| Hex | 88 | 58 | 50 | 0 | 23 | 29 | 2F | 9 | 1A | 2A |
| Octal | 210 | 130 | 120 | 0 | 43 | 51 | 57 | 11 | 32 | 52 |
| Binary | 10001000 | 1011000 | 1010000 | 0 | 100011 | 101001 | 101111 | 1001 | 11010 | 101010 |
Color Harmonies of #885850
Complementary color
Monochromatic Colors of #885850
Black with #885850
Text Example
Text Example
White with #885850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885850; }
p { color: rgb(136,88,80); }
H1.HeaderClassName
{
color: #885850;
}
.AnyTagClassName
{
color: #885850;
}
</style>
background-color css
<style>
a { background-color: #885850; }
a { background-color: rgb(136,88,80); }
div.DivClassName
{
background-color: #885850;
}
.BgClassName
{
background-color: #885850;
}
</style>
border-color css
<style>
span { border-color: #885850; }
span { border-color: rgb(136,88,80); }
td.TdClassName
{
border-color: #885850;
}
.TagClassName
{
border-color: #885850;
}
</style>