Shades of Lotus #80534D
Tints of Lotus #80534D
RGB
CMYK
RGB Variations
Color information
#80534D (or 0x80534D) is known color: Lotus. HEX triplet: 80, 53 and 4D. RGB value is (128,83,77). Sum of RGB (Red+Green+Blue) = 128+83+77=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80534D is #7FACB2. Grayscale: #5F5F5F. Windows color (decimal): -8367283 or 5067648. OLE color: 5067648.
HSL color Cylindrical-coordinate representation of color #80534D: hue angle of 7.06º 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 #80534D is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 77 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.50 |
| HSL | 7.06º | 0.25% | 0.4% | - |
| HSV(B) | 7.06º | 0.4% | 0.5% | - |
| XYZ | 13.33 | 11.31 | 8.5 | - |
| YUV | 95.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 77 | 0 | 0.35 | 0.40 | 0.50 | 7.06 | 0.25 | 0.4 |
| Hex | 80 | 53 | 4D | 0 | 23 | 28 | 32 | 7 | 19 | 28 |
| Octal | 200 | 123 | 115 | 0 | 43 | 50 | 62 | 7 | 31 | 50 |
| Binary | 10000000 | 1010011 | 1001101 | 0 | 100011 | 101000 | 110010 | 111 | 11001 | 101000 |
Color Harmonies of #80534D
Complementary color
Monochromatic Colors of #80534D
Black with #80534D
Text Example
Text Example
White with #80534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80534D; }
p { color: rgb(128,83,77); }
H1.HeaderClassName
{
color: #80534D;
}
.AnyTagClassName
{
color: #80534D;
}
</style>
background-color css
<style>
a { background-color: #80534D; }
a { background-color: rgb(128,83,77); }
div.DivClassName
{
background-color: #80534D;
}
.BgClassName
{
background-color: #80534D;
}
</style>
border-color css
<style>
span { border-color: #80534D; }
span { border-color: rgb(128,83,77); }
td.TdClassName
{
border-color: #80534D;
}
.TagClassName
{
border-color: #80534D;
}
</style>