Shades of Lotus #88504D
Tints of Lotus #88504D
RGB
CMYK
RGB Variations
Color information
#88504D (or 0x88504D) is known color: Lotus. HEX triplet: 88, 50 and 4D. RGB value is (136,80,77). Sum of RGB (Red+Green+Blue) = 136+80+77=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88504D is #77AFB2. Grayscale: #606060. Windows color (decimal): -7843763 or 5066888. OLE color: 5066888.
HSL color Cylindrical-coordinate representation of color #88504D: hue angle of 3.05º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88504D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 77 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.47 |
| HSL | 3.05º | 0.28% | 0.42% | - |
| HSV(B) | 3.05º | 0.43% | 0.53% | - |
| XYZ | 14.36 | 11.51 | 8.49 | - |
| YUV | 96.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 77 | 0 | 0.41 | 0.43 | 0.47 | 3.05 | 0.28 | 0.42 |
| Hex | 88 | 50 | 4D | 0 | 29 | 2B | 2F | 3 | 1C | 2A |
| Octal | 210 | 120 | 115 | 0 | 51 | 53 | 57 | 3 | 34 | 52 |
| Binary | 10001000 | 1010000 | 1001101 | 0 | 101001 | 101011 | 101111 | 11 | 11100 | 101010 |
Color Harmonies of #88504D
Complementary color
Monochromatic Colors of #88504D
Black with #88504D
Text Example
Text Example
White with #88504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88504D; }
p { color: rgb(136,80,77); }
H1.HeaderClassName
{
color: #88504D;
}
.AnyTagClassName
{
color: #88504D;
}
</style>
background-color css
<style>
a { background-color: #88504D; }
a { background-color: rgb(136,80,77); }
div.DivClassName
{
background-color: #88504D;
}
.BgClassName
{
background-color: #88504D;
}
</style>
border-color css
<style>
span { border-color: #88504D; }
span { border-color: rgb(136,80,77); }
td.TdClassName
{
border-color: #88504D;
}
.TagClassName
{
border-color: #88504D;
}
</style>