Shades of Lotus #82504E
Tints of Lotus #82504E
RGB
CMYK
RGB Variations
Color information
#82504E (or 0x82504E) is known color: Lotus. HEX triplet: 82, 50 and 4E. RGB value is (130,80,78). Sum of RGB (Red+Green+Blue) = 130+80+78=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82504E is #7DAFB1. Grayscale: #5E5E5E. Windows color (decimal): -8236978 or 5132418. OLE color: 5132418.
HSL color Cylindrical-coordinate representation of color #82504E: hue angle of 2.31º 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 #82504E is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 80 | 78 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.49 |
| HSL | 2.31º | 0.25% | 0.41% | - |
| HSV(B) | 2.31º | 0.4% | 0.51% | - |
| XYZ | 13.45 | 11.03 | 8.63 | - |
| YUV | 94.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 78 | 0 | 0.38 | 0.40 | 0.49 | 2.31 | 0.25 | 0.41 |
| Hex | 82 | 50 | 4E | 0 | 26 | 28 | 31 | 2 | 19 | 29 |
| Octal | 202 | 120 | 116 | 0 | 46 | 50 | 61 | 2 | 31 | 51 |
| Binary | 10000010 | 1010000 | 1001110 | 0 | 100110 | 101000 | 110001 | 10 | 11001 | 101001 |
Color Harmonies of #82504E
Complementary color
Monochromatic Colors of #82504E
Black with #82504E
Text Example
Text Example
White with #82504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82504E; }
p { color: rgb(130,80,78); }
H1.HeaderClassName
{
color: #82504E;
}
.AnyTagClassName
{
color: #82504E;
}
</style>
background-color css
<style>
a { background-color: #82504E; }
a { background-color: rgb(130,80,78); }
div.DivClassName
{
background-color: #82504E;
}
.BgClassName
{
background-color: #82504E;
}
</style>
border-color css
<style>
span { border-color: #82504E; }
span { border-color: rgb(130,80,78); }
td.TdClassName
{
border-color: #82504E;
}
.TagClassName
{
border-color: #82504E;
}
</style>