Shades of Lotus #885252
Tints of Lotus #885252
RGB
CMYK
RGB Variations
Color information
#885252 (or 0x885252) is known color: Lotus. HEX triplet: 88, 52 and 52. RGB value is (136,82,82). Sum of RGB (Red+Green+Blue) = 136+82+82=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885252 is #77ADAD. Grayscale: #626262. Windows color (decimal): -7843246 or 5395080. OLE color: 5395080.
HSL color Cylindrical-coordinate representation of color #885252: hue angle of 0º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885252 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 82 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.47 |
| HSL | 0º | 0.25% | 0.43% | - |
| HSV(B) | 0º | 0.4% | 0.53% | - |
| XYZ | 14.69 | 11.88 | 9.5 | - |
| YUV | 98.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 82 | 0 | 0.40 | 0.40 | 0.47 | 0 | 0.25 | 0.43 |
| Hex | 88 | 52 | 52 | 0 | 28 | 28 | 2F | 0 | 19 | 2B |
| Octal | 210 | 122 | 122 | 0 | 50 | 50 | 57 | 0 | 31 | 53 |
| Binary | 10001000 | 1010010 | 1010010 | 0 | 101000 | 101000 | 101111 | 0 | 11001 | 101011 |
Color Harmonies of #885252
Complementary color
Monochromatic Colors of #885252
Black with #885252
Text Example
Text Example
White with #885252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885252; }
p { color: rgb(136,82,82); }
H1.HeaderClassName
{
color: #885252;
}
.AnyTagClassName
{
color: #885252;
}
</style>
background-color css
<style>
a { background-color: #885252; }
a { background-color: rgb(136,82,82); }
div.DivClassName
{
background-color: #885252;
}
.BgClassName
{
background-color: #885252;
}
</style>
border-color css
<style>
span { border-color: #885252; }
span { border-color: rgb(136,82,82); }
td.TdClassName
{
border-color: #885252;
}
.TagClassName
{
border-color: #885252;
}
</style>