Shades of Lotus #805550
Tints of Lotus #805550
RGB
CMYK
RGB Variations
Color information
#805550 (or 0x805550) is known color: Lotus. HEX triplet: 80, 55 and 50. RGB value is (128,85,80). Sum of RGB (Red+Green+Blue) = 128+85+80=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #805550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805550 is #7FAAAF. Grayscale: #616161. Windows color (decimal): -8366768 or 5264768. OLE color: 5264768.
HSL color Cylindrical-coordinate representation of color #805550: hue angle of 6.25º 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 #805550 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 80 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.50 |
| HSL | 6.25º | 0.23% | 0.41% | - |
| HSV(B) | 6.25º | 0.38% | 0.5% | - |
| XYZ | 13.6 | 11.67 | 9.12 | - |
| YUV | 97.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 80 | 0 | 0.34 | 0.38 | 0.50 | 6.25 | 0.23 | 0.41 |
| Hex | 80 | 55 | 50 | 0 | 22 | 26 | 32 | 6 | 17 | 29 |
| Octal | 200 | 125 | 120 | 0 | 42 | 46 | 62 | 6 | 27 | 51 |
| Binary | 10000000 | 1010101 | 1010000 | 0 | 100010 | 100110 | 110010 | 110 | 10111 | 101001 |
Color Harmonies of #805550
Complementary color
Monochromatic Colors of #805550
Black with #805550
Text Example
Text Example
White with #805550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805550; }
p { color: rgb(128,85,80); }
H1.HeaderClassName
{
color: #805550;
}
.AnyTagClassName
{
color: #805550;
}
</style>
background-color css
<style>
a { background-color: #805550; }
a { background-color: rgb(128,85,80); }
div.DivClassName
{
background-color: #805550;
}
.BgClassName
{
background-color: #805550;
}
</style>
border-color css
<style>
span { border-color: #805550; }
span { border-color: rgb(128,85,80); }
td.TdClassName
{
border-color: #805550;
}
.TagClassName
{
border-color: #805550;
}
</style>