Shades of Lotus #885353
Tints of Lotus #885353
RGB
CMYK
RGB Variations
Color information
#885353 (or 0x885353) is known color: Lotus. HEX triplet: 88, 53 and 53. RGB value is (136,83,83). Sum of RGB (Red+Green+Blue) = 136+83+83=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #885353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885353 is #77ACAC. Grayscale: #626262. Windows color (decimal): -7842989 or 5460872. OLE color: 5460872.
HSL color Cylindrical-coordinate representation of color #885353: hue angle of 0º 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 #885353 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 83 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.47 |
| HSL | 0º | 0.24% | 0.43% | - |
| HSV(B) | 0º | 0.39% | 0.53% | - |
| XYZ | 14.81 | 12.05 | 9.73 | - |
| YUV | 98.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 83 | 0 | 0.39 | 0.39 | 0.47 | 0 | 0.24 | 0.43 |
| Hex | 88 | 53 | 53 | 0 | 27 | 27 | 2F | 0 | 18 | 2B |
| Octal | 210 | 123 | 123 | 0 | 47 | 47 | 57 | 0 | 30 | 53 |
| Binary | 10001000 | 1010011 | 1010011 | 0 | 100111 | 100111 | 101111 | 0 | 11000 | 101011 |
Color Harmonies of #885353
Complementary color
Monochromatic Colors of #885353
Black with #885353
Text Example
Text Example
White with #885353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885353; }
p { color: rgb(136,83,83); }
H1.HeaderClassName
{
color: #885353;
}
.AnyTagClassName
{
color: #885353;
}
</style>
background-color css
<style>
a { background-color: #885353; }
a { background-color: rgb(136,83,83); }
div.DivClassName
{
background-color: #885353;
}
.BgClassName
{
background-color: #885353;
}
</style>
border-color css
<style>
span { border-color: #885353; }
span { border-color: rgb(136,83,83); }
td.TdClassName
{
border-color: #885353;
}
.TagClassName
{
border-color: #885353;
}
</style>