Shades of Lotus #805151
Tints of Lotus #805151
RGB
CMYK
RGB Variations
Color information
#805151 (or 0x805151) is known color: Lotus. HEX triplet: 80, 51 and 51. RGB value is (128,81,81). Sum of RGB (Red+Green+Blue) = 128+81+81=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #805151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805151 is #7FAEAE. Grayscale: #5F5F5F. Windows color (decimal): -8367791 or 5329280. OLE color: 5329280.
HSL color Cylindrical-coordinate representation of color #805151: hue angle of 0º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805151 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 81 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.50 |
| HSL | 0º | 0.22% | 0.41% | - |
| HSV(B) | 0º | 0.37% | 0.5% | - |
| XYZ | 13.33 | 11.07 | 9.22 | - |
| YUV | 95.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 81 | 0 | 0.37 | 0.37 | 0.50 | 0 | 0.22 | 0.41 |
| Hex | 80 | 51 | 51 | 0 | 25 | 25 | 32 | 0 | 16 | 29 |
| Octal | 200 | 121 | 121 | 0 | 45 | 45 | 62 | 0 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1010001 | 0 | 100101 | 100101 | 110010 | 0 | 10110 | 101001 |
Color Harmonies of #805151
Complementary color
Monochromatic Colors of #805151
Black with #805151
Text Example
Text Example
White with #805151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805151; }
p { color: rgb(128,81,81); }
H1.HeaderClassName
{
color: #805151;
}
.AnyTagClassName
{
color: #805151;
}
</style>
background-color css
<style>
a { background-color: #805151; }
a { background-color: rgb(128,81,81); }
div.DivClassName
{
background-color: #805151;
}
.BgClassName
{
background-color: #805151;
}
</style>
border-color css
<style>
span { border-color: #805151; }
span { border-color: rgb(128,81,81); }
td.TdClassName
{
border-color: #805151;
}
.TagClassName
{
border-color: #805151;
}
</style>