Shades of Lotus #80524D
Tints of Lotus #80524D
RGB
CMYK
RGB Variations
Color information
#80524D (or 0x80524D) is known color: Lotus. HEX triplet: 80, 52 and 4D. RGB value is (128,82,77). Sum of RGB (Red+Green+Blue) = 128+82+77=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80524D is #7FADB2. Grayscale: #5F5F5F. Windows color (decimal): -8367539 or 5067392. OLE color: 5067392.
HSL color Cylindrical-coordinate representation of color #80524D: hue angle of 5.88º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80524D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 77 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.50 |
| HSL | 5.88º | 0.25% | 0.4% | - |
| HSV(B) | 5.88º | 0.4% | 0.5% | - |
| XYZ | 13.26 | 11.16 | 8.48 | - |
| YUV | 95.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 77 | 0 | 0.36 | 0.40 | 0.50 | 5.88 | 0.25 | 0.4 |
| Hex | 80 | 52 | 4D | 0 | 24 | 28 | 32 | 6 | 19 | 28 |
| Octal | 200 | 122 | 115 | 0 | 44 | 50 | 62 | 6 | 31 | 50 |
| Binary | 10000000 | 1010010 | 1001101 | 0 | 100100 | 101000 | 110010 | 110 | 11001 | 101000 |
Color Harmonies of #80524D
Complementary color
Monochromatic Colors of #80524D
Black with #80524D
Text Example
Text Example
White with #80524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80524D; }
p { color: rgb(128,82,77); }
H1.HeaderClassName
{
color: #80524D;
}
.AnyTagClassName
{
color: #80524D;
}
</style>
background-color css
<style>
a { background-color: #80524D; }
a { background-color: rgb(128,82,77); }
div.DivClassName
{
background-color: #80524D;
}
.BgClassName
{
background-color: #80524D;
}
</style>
border-color css
<style>
span { border-color: #80524D; }
span { border-color: rgb(128,82,77); }
td.TdClassName
{
border-color: #80524D;
}
.TagClassName
{
border-color: #80524D;
}
</style>