Shades of Lotus #805050
Tints of Lotus #805050
RGB
CMYK
RGB Variations
Color information
#805050 (or 0x805050) is known color: Lotus. HEX triplet: 80, 50 and 50. RGB value is (128,80,80). Sum of RGB (Red+Green+Blue) = 128+80+80=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #805050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805050 is #7FAFAF. Grayscale: #5E5E5E. Windows color (decimal): -8368048 or 5263488. OLE color: 5263488.
HSL color Cylindrical-coordinate representation of color #805050: hue angle of 0º degrees, saturation: 0.23, 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 #805050 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 80 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.50 |
| HSL | 0º | 0.23% | 0.41% | - |
| HSV(B) | 0º | 0.38% | 0.5% | - |
| XYZ | 13.22 | 10.91 | 9 | - |
| YUV | 94.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 80 | 0 | 0.38 | 0.38 | 0.50 | 0 | 0.23 | 0.41 |
| Hex | 80 | 50 | 50 | 0 | 26 | 26 | 32 | 0 | 17 | 29 |
| Octal | 200 | 120 | 120 | 0 | 46 | 46 | 62 | 0 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1010000 | 0 | 100110 | 100110 | 110010 | 0 | 10111 | 101001 |
Color Harmonies of #805050
Complementary color
Monochromatic Colors of #805050
Black with #805050
Text Example
Text Example
White with #805050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805050; }
p { color: rgb(128,80,80); }
H1.HeaderClassName
{
color: #805050;
}
.AnyTagClassName
{
color: #805050;
}
</style>
background-color css
<style>
a { background-color: #805050; }
a { background-color: rgb(128,80,80); }
div.DivClassName
{
background-color: #805050;
}
.BgClassName
{
background-color: #805050;
}
</style>
border-color css
<style>
span { border-color: #805050; }
span { border-color: rgb(128,80,80); }
td.TdClassName
{
border-color: #805050;
}
.TagClassName
{
border-color: #805050;
}
</style>