Shades of Mauve Taupe #82616D
Tints of Mauve Taupe #82616D
RGB
CMYK
RGB Variations
Color information
#82616D (or 0x82616D) is known color: Mauve Taupe. HEX triplet: 82, 61 and 6D. RGB value is (130,97,109). Sum of RGB (Red+Green+Blue) = 130+97+109=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82616D is #7D9E92. Grayscale: #6C6C6C. Windows color (decimal): -8232595 or 7168386. OLE color: 7168386.
HSL color Cylindrical-coordinate representation of color #82616D: hue angle of 338.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82616D is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 97 | 109 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.49 |
| HSL | 338.18º | 0.15% | 0.45% | - |
| HSV(B) | 338.18º | 0.25% | 0.51% | - |
| XYZ | 16.24 | 14.4 | 16.39 | - |
| YUV | 108.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 97 | 109 | 0 | 0.25 | 0.16 | 0.49 | 338.18 | 0.15 | 0.45 |
| Hex | 82 | 61 | 6D | 0 | 19 | 10 | 31 | 152 | F | 2D |
| Octal | 202 | 141 | 155 | 0 | 31 | 20 | 61 | 522 | 17 | 55 |
| Binary | 10000010 | 1100001 | 1101101 | 0 | 11001 | 10000 | 110001 | 101010010 | 1111 | 101101 |
Color Harmonies of #82616D
Complementary color
Monochromatic Colors of #82616D
Black with #82616D
Text Example
Text Example
White with #82616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82616D; }
p { color: rgb(130,97,109); }
H1.HeaderClassName
{
color: #82616D;
}
.AnyTagClassName
{
color: #82616D;
}
</style>
background-color css
<style>
a { background-color: #82616D; }
a { background-color: rgb(130,97,109); }
div.DivClassName
{
background-color: #82616D;
}
.BgClassName
{
background-color: #82616D;
}
</style>
border-color css
<style>
span { border-color: #82616D; }
span { border-color: rgb(130,97,109); }
td.TdClassName
{
border-color: #82616D;
}
.TagClassName
{
border-color: #82616D;
}
</style>