Shades of Lotus #80544F
Tints of Lotus #80544F
RGB
CMYK
RGB Variations
Color information
#80544F (or 0x80544F) is known color: Lotus. HEX triplet: 80, 54 and 4F. RGB value is (128,84,79). Sum of RGB (Red+Green+Blue) = 128+84+79=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80544F is #7FABB0. Grayscale: #606060. Windows color (decimal): -8367025 or 5198976. OLE color: 5198976.
HSL color Cylindrical-coordinate representation of color #80544F: hue angle of 6.12º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80544F is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 79 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.50 |
| HSL | 6.12º | 0.24% | 0.41% | - |
| HSV(B) | 6.12º | 0.38% | 0.5% | - |
| XYZ | 13.48 | 11.49 | 8.91 | - |
| YUV | 96.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 79 | 0 | 0.34 | 0.38 | 0.50 | 6.12 | 0.24 | 0.41 |
| Hex | 80 | 54 | 4F | 0 | 22 | 26 | 32 | 6 | 18 | 29 |
| Octal | 200 | 124 | 117 | 0 | 42 | 46 | 62 | 6 | 30 | 51 |
| Binary | 10000000 | 1010100 | 1001111 | 0 | 100010 | 100110 | 110010 | 110 | 11000 | 101001 |
Color Harmonies of #80544F
Complementary color
Monochromatic Colors of #80544F
Black with #80544F
Text Example
Text Example
White with #80544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80544F; }
p { color: rgb(128,84,79); }
H1.HeaderClassName
{
color: #80544F;
}
.AnyTagClassName
{
color: #80544F;
}
</style>
background-color css
<style>
a { background-color: #80544F; }
a { background-color: rgb(128,84,79); }
div.DivClassName
{
background-color: #80544F;
}
.BgClassName
{
background-color: #80544F;
}
</style>
border-color css
<style>
span { border-color: #80544F; }
span { border-color: rgb(128,84,79); }
td.TdClassName
{
border-color: #80544F;
}
.TagClassName
{
border-color: #80544F;
}
</style>