Shades of Lotus #825551
Tints of Lotus #825551
RGB
CMYK
RGB Variations
Color information
#825551 (or 0x825551) is known color: Lotus. HEX triplet: 82, 55 and 51. RGB value is (130,85,81). Sum of RGB (Red+Green+Blue) = 130+85+81=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #825551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825551 is #7DAAAE. Grayscale: #626262. Windows color (decimal): -8235695 or 5330306. OLE color: 5330306.
HSL color Cylindrical-coordinate representation of color #825551: hue angle of 4.9º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825551 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 85 | 81 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.49 |
| HSL | 4.9º | 0.23% | 0.41% | - |
| HSV(B) | 4.9º | 0.38% | 0.51% | - |
| XYZ | 13.94 | 11.84 | 9.33 | - |
| YUV | 98 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 81 | 0 | 0.35 | 0.38 | 0.49 | 4.9 | 0.23 | 0.41 |
| Hex | 82 | 55 | 51 | 0 | 23 | 26 | 31 | 5 | 17 | 29 |
| Octal | 202 | 125 | 121 | 0 | 43 | 46 | 61 | 5 | 27 | 51 |
| Binary | 10000010 | 1010101 | 1010001 | 0 | 100011 | 100110 | 110001 | 101 | 10111 | 101001 |
Color Harmonies of #825551
Complementary color
Monochromatic Colors of #825551
Black with #825551
Text Example
Text Example
White with #825551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825551; }
p { color: rgb(130,85,81); }
H1.HeaderClassName
{
color: #825551;
}
.AnyTagClassName
{
color: #825551;
}
</style>
background-color css
<style>
a { background-color: #825551; }
a { background-color: rgb(130,85,81); }
div.DivClassName
{
background-color: #825551;
}
.BgClassName
{
background-color: #825551;
}
</style>
border-color css
<style>
span { border-color: #825551; }
span { border-color: rgb(130,85,81); }
td.TdClassName
{
border-color: #825551;
}
.TagClassName
{
border-color: #825551;
}
</style>