Shades of Lotus #804F4D
Tints of Lotus #804F4D
RGB
CMYK
RGB Variations
Color information
#804F4D (or 0x804F4D) is known color: Lotus. HEX triplet: 80, 4F and 4D. RGB value is (128,79,77). Sum of RGB (Red+Green+Blue) = 128+79+77=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #804F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804F4D is #7FB0B2. Grayscale: #5D5D5D. Windows color (decimal): -8368307 or 5066624. OLE color: 5066624.
HSL color Cylindrical-coordinate representation of color #804F4D: hue angle of 2.35º 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 #804F4D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 77 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.50 |
| HSL | 2.35º | 0.25% | 0.4% | - |
| HSV(B) | 2.35º | 0.4% | 0.5% | - |
| XYZ | 13.04 | 10.72 | 8.4 | - |
| YUV | 93.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 77 | 0 | 0.38 | 0.40 | 0.50 | 2.35 | 0.25 | 0.4 |
| Hex | 80 | 4F | 4D | 0 | 26 | 28 | 32 | 2 | 19 | 28 |
| Octal | 200 | 117 | 115 | 0 | 46 | 50 | 62 | 2 | 31 | 50 |
| Binary | 10000000 | 1001111 | 1001101 | 0 | 100110 | 101000 | 110010 | 10 | 11001 | 101000 |
Color Harmonies of #804F4D
Complementary color
Monochromatic Colors of #804F4D
Black with #804F4D
Text Example
Text Example
White with #804F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F4D; }
p { color: rgb(128,79,77); }
H1.HeaderClassName
{
color: #804F4D;
}
.AnyTagClassName
{
color: #804F4D;
}
</style>
background-color css
<style>
a { background-color: #804F4D; }
a { background-color: rgb(128,79,77); }
div.DivClassName
{
background-color: #804F4D;
}
.BgClassName
{
background-color: #804F4D;
}
</style>
border-color css
<style>
span { border-color: #804F4D; }
span { border-color: rgb(128,79,77); }
td.TdClassName
{
border-color: #804F4D;
}
.TagClassName
{
border-color: #804F4D;
}
</style>