Shades of Mauve Taupe #825E64
Tints of Mauve Taupe #825E64
RGB
CMYK
RGB Variations
Color information
#825E64 (or 0x825E64) is known color: Mauve Taupe. HEX triplet: 82, 5E and 64. RGB value is (130,94,100). Sum of RGB (Red+Green+Blue) = 130+94+100=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #825E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E64 is #7DA19B. Grayscale: #696969. Windows color (decimal): -8233372 or 6577794. OLE color: 6577794.
HSL color Cylindrical-coordinate representation of color #825E64: hue angle of 350º degrees, saturation: 0.16, 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 #825E64 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 100 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.49 |
| HSL | 350º | 0.16% | 0.44% | - |
| HSV(B) | 350º | 0.28% | 0.51% | - |
| XYZ | 15.51 | 13.67 | 13.88 | - |
| YUV | 105.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 100 | 0 | 0.28 | 0.23 | 0.49 | 350 | 0.16 | 0.44 |
| Hex | 82 | 5E | 64 | 0 | 1C | 17 | 31 | 15E | 10 | 2C |
| Octal | 202 | 136 | 144 | 0 | 34 | 27 | 61 | 536 | 20 | 54 |
| Binary | 10000010 | 1011110 | 1100100 | 0 | 11100 | 10111 | 110001 | 101011110 | 10000 | 101100 |
Color Harmonies of #825E64
Complementary color
Monochromatic Colors of #825E64
Black with #825E64
Text Example
Text Example
White with #825E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E64; }
p { color: rgb(130,94,100); }
H1.HeaderClassName
{
color: #825E64;
}
.AnyTagClassName
{
color: #825E64;
}
</style>
background-color css
<style>
a { background-color: #825E64; }
a { background-color: rgb(130,94,100); }
div.DivClassName
{
background-color: #825E64;
}
.BgClassName
{
background-color: #825E64;
}
</style>
border-color css
<style>
span { border-color: #825E64; }
span { border-color: rgb(130,94,100); }
td.TdClassName
{
border-color: #825E64;
}
.TagClassName
{
border-color: #825E64;
}
</style>