Shades of Lotus #875352
Tints of Lotus #875352
RGB
CMYK
RGB Variations
Color information
#875352 (or 0x875352) is known color: Lotus. HEX triplet: 87, 53 and 52. RGB value is (135,83,82). Sum of RGB (Red+Green+Blue) = 135+83+82=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #875352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875352 is #78ACAD. Grayscale: #626262. Windows color (decimal): -7908526 or 5395335. OLE color: 5395335.
HSL color Cylindrical-coordinate representation of color #875352: hue angle of 1.13º 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 #875352 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 82 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.47 |
| HSL | 1.13º | 0.24% | 0.43% | - |
| HSV(B) | 1.13º | 0.39% | 0.53% | - |
| XYZ | 14.61 | 11.95 | 9.52 | - |
| YUV | 98.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 82 | 0 | 0.39 | 0.39 | 0.47 | 1.13 | 0.24 | 0.43 |
| Hex | 87 | 53 | 52 | 0 | 27 | 27 | 2F | 1 | 18 | 2B |
| Octal | 207 | 123 | 122 | 0 | 47 | 47 | 57 | 1 | 30 | 53 |
| Binary | 10000111 | 1010011 | 1010010 | 0 | 100111 | 100111 | 101111 | 1 | 11000 | 101011 |
Color Harmonies of #875352
Complementary color
Monochromatic Colors of #875352
Black with #875352
Text Example
Text Example
White with #875352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875352; }
p { color: rgb(135,83,82); }
H1.HeaderClassName
{
color: #875352;
}
.AnyTagClassName
{
color: #875352;
}
</style>
background-color css
<style>
a { background-color: #875352; }
a { background-color: rgb(135,83,82); }
div.DivClassName
{
background-color: #875352;
}
.BgClassName
{
background-color: #875352;
}
</style>
border-color css
<style>
span { border-color: #875352; }
span { border-color: rgb(135,83,82); }
td.TdClassName
{
border-color: #875352;
}
.TagClassName
{
border-color: #875352;
}
</style>