Shades of Lotus #80504C
Tints of Lotus #80504C
RGB
CMYK
RGB Variations
Color information
#80504C (or 0x80504C) is known color: Lotus. HEX triplet: 80, 50 and 4C. RGB value is (128,80,76). Sum of RGB (Red+Green+Blue) = 128+80+76=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #80504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80504C is #7FAFB3. Grayscale: #5D5D5D. Windows color (decimal): -8368052 or 5001344. OLE color: 5001344.
HSL color Cylindrical-coordinate representation of color #80504C: hue angle of 4.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80504C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 76 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.50 |
| HSL | 4.62º | 0.25% | 0.4% | - |
| HSV(B) | 4.62º | 0.41% | 0.5% | - |
| XYZ | 13.08 | 10.85 | 8.24 | - |
| YUV | 93.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 76 | 0 | 0.38 | 0.41 | 0.50 | 4.62 | 0.25 | 0.4 |
| Hex | 80 | 50 | 4C | 0 | 26 | 29 | 32 | 5 | 19 | 28 |
| Octal | 200 | 120 | 114 | 0 | 46 | 51 | 62 | 5 | 31 | 50 |
| Binary | 10000000 | 1010000 | 1001100 | 0 | 100110 | 101001 | 110010 | 101 | 11001 | 101000 |
Color Harmonies of #80504C
Complementary color
Monochromatic Colors of #80504C
Black with #80504C
Text Example
Text Example
White with #80504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80504C; }
p { color: rgb(128,80,76); }
H1.HeaderClassName
{
color: #80504C;
}
.AnyTagClassName
{
color: #80504C;
}
</style>
background-color css
<style>
a { background-color: #80504C; }
a { background-color: rgb(128,80,76); }
div.DivClassName
{
background-color: #80504C;
}
.BgClassName
{
background-color: #80504C;
}
</style>
border-color css
<style>
span { border-color: #80504C; }
span { border-color: rgb(128,80,76); }
td.TdClassName
{
border-color: #80504C;
}
.TagClassName
{
border-color: #80504C;
}
</style>