Shades of Mauve Taupe #825D64
Tints of Mauve Taupe #825D64
RGB
CMYK
RGB Variations
Color information
#825D64 (or 0x825D64) is known color: Mauve Taupe. HEX triplet: 82, 5D and 64. RGB value is (130,93,100). Sum of RGB (Red+Green+Blue) = 130+93+100=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #825D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D64 is #7DA29B. Grayscale: #686868. Windows color (decimal): -8233628 or 6577538. OLE color: 6577538.
HSL color Cylindrical-coordinate representation of color #825D64: hue angle of 348.65º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825D64 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 100 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.49 |
| HSL | 348.65º | 0.17% | 0.44% | - |
| HSV(B) | 348.65º | 0.28% | 0.51% | - |
| XYZ | 15.42 | 13.49 | 13.85 | - |
| YUV | 104.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 100 | 0 | 0.28 | 0.23 | 0.49 | 348.65 | 0.17 | 0.44 |
| Hex | 82 | 5D | 64 | 0 | 1C | 17 | 31 | 15D | 11 | 2C |
| Octal | 202 | 135 | 144 | 0 | 34 | 27 | 61 | 535 | 21 | 54 |
| Binary | 10000010 | 1011101 | 1100100 | 0 | 11100 | 10111 | 110001 | 101011101 | 10001 | 101100 |
Color Harmonies of #825D64
Complementary color
Monochromatic Colors of #825D64
Black with #825D64
Text Example
Text Example
White with #825D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D64; }
p { color: rgb(130,93,100); }
H1.HeaderClassName
{
color: #825D64;
}
.AnyTagClassName
{
color: #825D64;
}
</style>
background-color css
<style>
a { background-color: #825D64; }
a { background-color: rgb(130,93,100); }
div.DivClassName
{
background-color: #825D64;
}
.BgClassName
{
background-color: #825D64;
}
</style>
border-color css
<style>
span { border-color: #825D64; }
span { border-color: rgb(130,93,100); }
td.TdClassName
{
border-color: #825D64;
}
.TagClassName
{
border-color: #825D64;
}
</style>