Shades of Lotus #82524E
Tints of Lotus #82524E
RGB
CMYK
RGB Variations
Color information
#82524E (or 0x82524E) is known color: Lotus. HEX triplet: 82, 52 and 4E. RGB value is (130,82,78). Sum of RGB (Red+Green+Blue) = 130+82+78=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82524E is #7DADB1. Grayscale: #5F5F5F. Windows color (decimal): -8236466 or 5132930. OLE color: 5132930.
HSL color Cylindrical-coordinate representation of color #82524E: hue angle of 4.62º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82524E is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 78 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.49 |
| HSL | 4.62º | 0.25% | 0.41% | - |
| HSV(B) | 4.62º | 0.4% | 0.51% | - |
| XYZ | 13.6 | 11.33 | 8.68 | - |
| YUV | 95.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 78 | 0 | 0.37 | 0.40 | 0.49 | 4.62 | 0.25 | 0.41 |
| Hex | 82 | 52 | 4E | 0 | 25 | 28 | 31 | 5 | 19 | 29 |
| Octal | 202 | 122 | 116 | 0 | 45 | 50 | 61 | 5 | 31 | 51 |
| Binary | 10000010 | 1010010 | 1001110 | 0 | 100101 | 101000 | 110001 | 101 | 11001 | 101001 |
Color Harmonies of #82524E
Complementary color
Monochromatic Colors of #82524E
Black with #82524E
Text Example
Text Example
White with #82524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82524E; }
p { color: rgb(130,82,78); }
H1.HeaderClassName
{
color: #82524E;
}
.AnyTagClassName
{
color: #82524E;
}
</style>
background-color css
<style>
a { background-color: #82524E; }
a { background-color: rgb(130,82,78); }
div.DivClassName
{
background-color: #82524E;
}
.BgClassName
{
background-color: #82524E;
}
</style>
border-color css
<style>
span { border-color: #82524E; }
span { border-color: rgb(130,82,78); }
td.TdClassName
{
border-color: #82524E;
}
.TagClassName
{
border-color: #82524E;
}
</style>