Shades of Lotus #80524A
Tints of Lotus #80524A
RGB
CMYK
RGB Variations
Color information
#80524A (or 0x80524A) is known color: Lotus. HEX triplet: 80, 52 and 4A. RGB value is (128,82,74). Sum of RGB (Red+Green+Blue) = 128+82+74=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #80524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80524A is #7FADB5. Grayscale: #5E5E5E. Windows color (decimal): -8367542 or 4870784. OLE color: 4870784.
HSL color Cylindrical-coordinate representation of color #80524A: hue angle of 8.89º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80524A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 74 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.50 |
| HSL | 8.89º | 0.27% | 0.4% | - |
| HSV(B) | 8.89º | 0.42% | 0.5% | - |
| XYZ | 13.16 | 11.12 | 7.93 | - |
| YUV | 94.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 74 | 0 | 0.36 | 0.42 | 0.50 | 8.89 | 0.27 | 0.4 |
| Hex | 80 | 52 | 4A | 0 | 24 | 2A | 32 | 9 | 1B | 28 |
| Octal | 200 | 122 | 112 | 0 | 44 | 52 | 62 | 11 | 33 | 50 |
| Binary | 10000000 | 1010010 | 1001010 | 0 | 100100 | 101010 | 110010 | 1001 | 11011 | 101000 |
Color Harmonies of #80524A
Complementary color
Monochromatic Colors of #80524A
Black with #80524A
Text Example
Text Example
White with #80524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80524A; }
p { color: rgb(128,82,74); }
H1.HeaderClassName
{
color: #80524A;
}
.AnyTagClassName
{
color: #80524A;
}
</style>
background-color css
<style>
a { background-color: #80524A; }
a { background-color: rgb(128,82,74); }
div.DivClassName
{
background-color: #80524A;
}
.BgClassName
{
background-color: #80524A;
}
</style>
border-color css
<style>
span { border-color: #80524A; }
span { border-color: rgb(128,82,74); }
td.TdClassName
{
border-color: #80524A;
}
.TagClassName
{
border-color: #80524A;
}
</style>