Shades of Lotus #82524F
Tints of Lotus #82524F
RGB
CMYK
RGB Variations
Color information
#82524F (or 0x82524F) is known color: Lotus. HEX triplet: 82, 52 and 4F. RGB value is (130,82,79). Sum of RGB (Red+Green+Blue) = 130+82+79=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82524F is #7DADB0. Grayscale: #606060. Windows color (decimal): -8236465 or 5198466. OLE color: 5198466.
HSL color Cylindrical-coordinate representation of color #82524F: hue angle of 3.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82524F is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 79 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.49 |
| HSL | 3.53º | 0.24% | 0.41% | - |
| HSV(B) | 3.53º | 0.39% | 0.51% | - |
| XYZ | 13.63 | 11.34 | 8.87 | - |
| YUV | 96.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 79 | 0 | 0.37 | 0.39 | 0.49 | 3.53 | 0.24 | 0.41 |
| Hex | 82 | 52 | 4F | 0 | 25 | 27 | 31 | 4 | 18 | 29 |
| Octal | 202 | 122 | 117 | 0 | 45 | 47 | 61 | 4 | 30 | 51 |
| Binary | 10000010 | 1010010 | 1001111 | 0 | 100101 | 100111 | 110001 | 100 | 11000 | 101001 |
Color Harmonies of #82524F
Complementary color
Monochromatic Colors of #82524F
Black with #82524F
Text Example
Text Example
White with #82524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82524F; }
p { color: rgb(130,82,79); }
H1.HeaderClassName
{
color: #82524F;
}
.AnyTagClassName
{
color: #82524F;
}
</style>
background-color css
<style>
a { background-color: #82524F; }
a { background-color: rgb(130,82,79); }
div.DivClassName
{
background-color: #82524F;
}
.BgClassName
{
background-color: #82524F;
}
</style>
border-color css
<style>
span { border-color: #82524F; }
span { border-color: rgb(130,82,79); }
td.TdClassName
{
border-color: #82524F;
}
.TagClassName
{
border-color: #82524F;
}
</style>