Shades of Lotus #82514D
Tints of Lotus #82514D
RGB
CMYK
RGB Variations
Color information
#82514D (or 0x82514D) is known color: Lotus. HEX triplet: 82, 51 and 4D. RGB value is (130,81,77). Sum of RGB (Red+Green+Blue) = 130+81+77=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82514D is #7DAEB2. Grayscale: #5F5F5F. Windows color (decimal): -8236723 or 5067138. OLE color: 5067138.
HSL color Cylindrical-coordinate representation of color #82514D: hue angle of 4.53º 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 #82514D is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 77 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.49 |
| HSL | 4.53º | 0.26% | 0.41% | - |
| HSV(B) | 4.53º | 0.41% | 0.51% | - |
| XYZ | 13.49 | 11.17 | 8.47 | - |
| YUV | 95.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 77 | 0 | 0.38 | 0.41 | 0.49 | 4.53 | 0.26 | 0.41 |
| Hex | 82 | 51 | 4D | 0 | 26 | 29 | 31 | 5 | 1A | 29 |
| Octal | 202 | 121 | 115 | 0 | 46 | 51 | 61 | 5 | 32 | 51 |
| Binary | 10000010 | 1010001 | 1001101 | 0 | 100110 | 101001 | 110001 | 101 | 11010 | 101001 |
Color Harmonies of #82514D
Complementary color
Monochromatic Colors of #82514D
Black with #82514D
Text Example
Text Example
White with #82514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82514D; }
p { color: rgb(130,81,77); }
H1.HeaderClassName
{
color: #82514D;
}
.AnyTagClassName
{
color: #82514D;
}
</style>
background-color css
<style>
a { background-color: #82514D; }
a { background-color: rgb(130,81,77); }
div.DivClassName
{
background-color: #82514D;
}
.BgClassName
{
background-color: #82514D;
}
</style>
border-color css
<style>
span { border-color: #82514D; }
span { border-color: rgb(130,81,77); }
td.TdClassName
{
border-color: #82514D;
}
.TagClassName
{
border-color: #82514D;
}
</style>