Shades of Mauve Taupe #856171
Tints of Mauve Taupe #856171
RGB
CMYK
RGB Variations
Color information
#856171 (or 0x856171) is known color: Mauve Taupe. HEX triplet: 85, 61 and 71. RGB value is (133,97,113). Sum of RGB (Red+Green+Blue) = 133+97+113=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #856171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856171 is #7A9E8E. Grayscale: #6D6D6D. Windows color (decimal): -8035983 or 7430533. OLE color: 7430533.
HSL color Cylindrical-coordinate representation of color #856171: hue angle of 333.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856171 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 113 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.48 |
| HSL | 333.33º | 0.16% | 0.45% | - |
| HSV(B) | 333.33º | 0.27% | 0.52% | - |
| XYZ | 16.93 | 14.73 | 17.57 | - |
| YUV | 109.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 113 | 0 | 0.27 | 0.15 | 0.48 | 333.33 | 0.16 | 0.45 |
| Hex | 85 | 61 | 71 | 0 | 1B | F | 30 | 14D | 10 | 2D |
| Octal | 205 | 141 | 161 | 0 | 33 | 17 | 60 | 515 | 20 | 55 |
| Binary | 10000101 | 1100001 | 1110001 | 0 | 11011 | 1111 | 110000 | 101001101 | 10000 | 101101 |
Color Harmonies of #856171
Complementary color
Monochromatic Colors of #856171
Black with #856171
Text Example
Text Example
White with #856171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856171; }
p { color: rgb(133,97,113); }
H1.HeaderClassName
{
color: #856171;
}
.AnyTagClassName
{
color: #856171;
}
</style>
background-color css
<style>
a { background-color: #856171; }
a { background-color: rgb(133,97,113); }
div.DivClassName
{
background-color: #856171;
}
.BgClassName
{
background-color: #856171;
}
</style>
border-color css
<style>
span { border-color: #856171; }
span { border-color: rgb(133,97,113); }
td.TdClassName
{
border-color: #856171;
}
.TagClassName
{
border-color: #856171;
}
</style>