Shades of Lotus #805955
Tints of Lotus #805955
RGB
CMYK
RGB Variations
Color information
#805955 (or 0x805955) is known color: Lotus. HEX triplet: 80, 59 and 55. RGB value is (128,89,85). Sum of RGB (Red+Green+Blue) = 128+89+85=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #805955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805955 is #7FA6AA. Grayscale: #646464. Windows color (decimal): -8365739 or 5593472. OLE color: 5593472.
HSL color Cylindrical-coordinate representation of color #805955: hue angle of 5.58º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805955 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 85 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.50 |
| HSL | 5.58º | 0.2% | 0.42% | - |
| HSV(B) | 5.58º | 0.34% | 0.5% | - |
| XYZ | 14.11 | 12.39 | 10.24 | - |
| YUV | 100.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 85 | 0 | 0.30 | 0.34 | 0.50 | 5.58 | 0.2 | 0.42 |
| Hex | 80 | 59 | 55 | 0 | 1E | 22 | 32 | 6 | 14 | 2A |
| Octal | 200 | 131 | 125 | 0 | 36 | 42 | 62 | 6 | 24 | 52 |
| Binary | 10000000 | 1011001 | 1010101 | 0 | 11110 | 100010 | 110010 | 110 | 10100 | 101010 |
Color Harmonies of #805955
Complementary color
Monochromatic Colors of #805955
Black with #805955
Text Example
Text Example
White with #805955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805955; }
p { color: rgb(128,89,85); }
H1.HeaderClassName
{
color: #805955;
}
.AnyTagClassName
{
color: #805955;
}
</style>
background-color css
<style>
a { background-color: #805955; }
a { background-color: rgb(128,89,85); }
div.DivClassName
{
background-color: #805955;
}
.BgClassName
{
background-color: #805955;
}
</style>
border-color css
<style>
span { border-color: #805955; }
span { border-color: rgb(128,89,85); }
td.TdClassName
{
border-color: #805955;
}
.TagClassName
{
border-color: #805955;
}
</style>