Shades of Lotus #82514C
Tints of Lotus #82514C
RGB
CMYK
RGB Variations
Color information
#82514C (or 0x82514C) is known color: Lotus. HEX triplet: 82, 51 and 4C. RGB value is (130,81,76). Sum of RGB (Red+Green+Blue) = 130+81+76=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82514C is #7DAEB3. Grayscale: #5F5F5F. Windows color (decimal): -8236724 or 5001602. OLE color: 5001602.
HSL color Cylindrical-coordinate representation of color #82514C: hue angle of 5.56º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82514C is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 76 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.49 |
| HSL | 5.56º | 0.26% | 0.4% | - |
| HSV(B) | 5.56º | 0.42% | 0.51% | - |
| XYZ | 13.45 | 11.15 | 8.28 | - |
| YUV | 95.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 76 | 0 | 0.38 | 0.42 | 0.49 | 5.56 | 0.26 | 0.4 |
| Hex | 82 | 51 | 4C | 0 | 26 | 2A | 31 | 6 | 1A | 28 |
| Octal | 202 | 121 | 114 | 0 | 46 | 52 | 61 | 6 | 32 | 50 |
| Binary | 10000010 | 1010001 | 1001100 | 0 | 100110 | 101010 | 110001 | 110 | 11010 | 101000 |
Color Harmonies of #82514C
Complementary color
Monochromatic Colors of #82514C
Black with #82514C
Text Example
Text Example
White with #82514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82514C; }
p { color: rgb(130,81,76); }
H1.HeaderClassName
{
color: #82514C;
}
.AnyTagClassName
{
color: #82514C;
}
</style>
background-color css
<style>
a { background-color: #82514C; }
a { background-color: rgb(130,81,76); }
div.DivClassName
{
background-color: #82514C;
}
.BgClassName
{
background-color: #82514C;
}
</style>
border-color css
<style>
span { border-color: #82514C; }
span { border-color: rgb(130,81,76); }
td.TdClassName
{
border-color: #82514C;
}
.TagClassName
{
border-color: #82514C;
}
</style>