Shades of Lotus #82524D
Tints of Lotus #82524D
RGB
CMYK
RGB Variations
Color information
#82524D (or 0x82524D) is known color: Lotus. HEX triplet: 82, 52 and 4D. RGB value is (130,82,77). Sum of RGB (Red+Green+Blue) = 130+82+77=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82524D is #7DADB2. Grayscale: #5F5F5F. Windows color (decimal): -8236467 or 5067394. OLE color: 5067394.
HSL color Cylindrical-coordinate representation of color #82524D: hue angle of 5.66º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82524D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 77 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.49 |
| HSL | 5.66º | 0.26% | 0.41% | - |
| HSV(B) | 5.66º | 0.41% | 0.51% | - |
| XYZ | 13.56 | 11.32 | 8.49 | - |
| YUV | 95.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 77 | 0 | 0.37 | 0.41 | 0.49 | 5.66 | 0.26 | 0.41 |
| Hex | 82 | 52 | 4D | 0 | 25 | 29 | 31 | 6 | 1A | 29 |
| Octal | 202 | 122 | 115 | 0 | 45 | 51 | 61 | 6 | 32 | 51 |
| Binary | 10000010 | 1010010 | 1001101 | 0 | 100101 | 101001 | 110001 | 110 | 11010 | 101001 |
Color Harmonies of #82524D
Complementary color
Monochromatic Colors of #82524D
Black with #82524D
Text Example
Text Example
White with #82524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82524D; }
p { color: rgb(130,82,77); }
H1.HeaderClassName
{
color: #82524D;
}
.AnyTagClassName
{
color: #82524D;
}
</style>
background-color css
<style>
a { background-color: #82524D; }
a { background-color: rgb(130,82,77); }
div.DivClassName
{
background-color: #82524D;
}
.BgClassName
{
background-color: #82524D;
}
</style>
border-color css
<style>
span { border-color: #82524D; }
span { border-color: rgb(130,82,77); }
td.TdClassName
{
border-color: #82524D;
}
.TagClassName
{
border-color: #82524D;
}
</style>