Shades of Lotus #825252
Tints of Lotus #825252
RGB
CMYK
RGB Variations
Color information
#825252 (or 0x825252) is known color: Lotus. HEX triplet: 82, 52 and 52. RGB value is (130,82,82). Sum of RGB (Red+Green+Blue) = 130+82+82=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #825252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825252 is #7DADAD. Grayscale: #606060. Windows color (decimal): -8236462 or 5395074. OLE color: 5395074.
HSL color Cylindrical-coordinate representation of color #825252: hue angle of 0º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825252 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 82 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.49 |
| HSL | 0º | 0.23% | 0.42% | - |
| HSV(B) | 0º | 0.37% | 0.51% | - |
| XYZ | 13.75 | 11.39 | 9.46 | - |
| YUV | 96.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 82 | 0 | 0.37 | 0.37 | 0.49 | 0 | 0.23 | 0.42 |
| Hex | 82 | 52 | 52 | 0 | 25 | 25 | 31 | 0 | 17 | 2A |
| Octal | 202 | 122 | 122 | 0 | 45 | 45 | 61 | 0 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1010010 | 0 | 100101 | 100101 | 110001 | 0 | 10111 | 101010 |
Color Harmonies of #825252
Complementary color
Monochromatic Colors of #825252
Black with #825252
Text Example
Text Example
White with #825252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825252; }
p { color: rgb(130,82,82); }
H1.HeaderClassName
{
color: #825252;
}
.AnyTagClassName
{
color: #825252;
}
</style>
background-color css
<style>
a { background-color: #825252; }
a { background-color: rgb(130,82,82); }
div.DivClassName
{
background-color: #825252;
}
.BgClassName
{
background-color: #825252;
}
</style>
border-color css
<style>
span { border-color: #825252; }
span { border-color: rgb(130,82,82); }
td.TdClassName
{
border-color: #825252;
}
.TagClassName
{
border-color: #825252;
}
</style>