Shades of Lotus #88524A
Tints of Lotus #88524A
RGB
CMYK
RGB Variations
Color information
#88524A (or 0x88524A) is known color: Lotus. HEX triplet: 88, 52 and 4A. RGB value is (136,82,74). Sum of RGB (Red+Green+Blue) = 136+82+74=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #88524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88524A is #77ADB5. Grayscale: #616161. Windows color (decimal): -7843254 or 4870792. OLE color: 4870792.
HSL color Cylindrical-coordinate representation of color #88524A: hue angle of 7.74º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88524A is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 74 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.47 |
| HSL | 7.74º | 0.3% | 0.41% | - |
| HSV(B) | 7.74º | 0.46% | 0.53% | - |
| XYZ | 14.41 | 11.76 | 7.99 | - |
| YUV | 97.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 74 | 0 | 0.40 | 0.46 | 0.47 | 7.74 | 0.3 | 0.41 |
| Hex | 88 | 52 | 4A | 0 | 28 | 2E | 2F | 8 | 1E | 29 |
| Octal | 210 | 122 | 112 | 0 | 50 | 56 | 57 | 10 | 36 | 51 |
| Binary | 10001000 | 1010010 | 1001010 | 0 | 101000 | 101110 | 101111 | 1000 | 11110 | 101001 |
Color Harmonies of #88524A
Complementary color
Monochromatic Colors of #88524A
Black with #88524A
Text Example
Text Example
White with #88524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88524A; }
p { color: rgb(136,82,74); }
H1.HeaderClassName
{
color: #88524A;
}
.AnyTagClassName
{
color: #88524A;
}
</style>
background-color css
<style>
a { background-color: #88524A; }
a { background-color: rgb(136,82,74); }
div.DivClassName
{
background-color: #88524A;
}
.BgClassName
{
background-color: #88524A;
}
</style>
border-color css
<style>
span { border-color: #88524A; }
span { border-color: rgb(136,82,74); }
td.TdClassName
{
border-color: #88524A;
}
.TagClassName
{
border-color: #88524A;
}
</style>