Shades of Mauve Taupe #856373
Tints of Mauve Taupe #856373
RGB
CMYK
RGB Variations
Color information
#856373 (or 0x856373) is known color: Mauve Taupe. HEX triplet: 85, 63 and 73. RGB value is (133,99,115). Sum of RGB (Red+Green+Blue) = 133+99+115=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856373 is #7A9C8C. Grayscale: #6E6E6E. Windows color (decimal): -8035469 or 7562117. OLE color: 7562117.
HSL color Cylindrical-coordinate representation of color #856373: hue angle of 331.76º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856373 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 115 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.48 |
| HSL | 331.76º | 0.15% | 0.45% | - |
| HSV(B) | 331.76º | 0.26% | 0.52% | - |
| XYZ | 17.23 | 15.15 | 18.24 | - |
| YUV | 110.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 115 | 0 | 0.26 | 0.14 | 0.48 | 331.76 | 0.15 | 0.45 |
| Hex | 85 | 63 | 73 | 0 | 1A | E | 30 | 14C | F | 2D |
| Octal | 205 | 143 | 163 | 0 | 32 | 16 | 60 | 514 | 17 | 55 |
| Binary | 10000101 | 1100011 | 1110011 | 0 | 11010 | 1110 | 110000 | 101001100 | 1111 | 101101 |
Color Harmonies of #856373
Complementary color
Monochromatic Colors of #856373
Black with #856373
Text Example
Text Example
White with #856373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856373; }
p { color: rgb(133,99,115); }
H1.HeaderClassName
{
color: #856373;
}
.AnyTagClassName
{
color: #856373;
}
</style>
background-color css
<style>
a { background-color: #856373; }
a { background-color: rgb(133,99,115); }
div.DivClassName
{
background-color: #856373;
}
.BgClassName
{
background-color: #856373;
}
</style>
border-color css
<style>
span { border-color: #856373; }
span { border-color: rgb(133,99,115); }
td.TdClassName
{
border-color: #856373;
}
.TagClassName
{
border-color: #856373;
}
</style>