Shades of Mauve Taupe #856570
Tints of Mauve Taupe #856570
RGB
CMYK
RGB Variations
Color information
#856570 (or 0x856570) is known color: Mauve Taupe. HEX triplet: 85, 65 and 70. RGB value is (133,101,112). Sum of RGB (Red+Green+Blue) = 133+101+112=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856570 is #7A9A8F. Grayscale: #6F6F6F. Windows color (decimal): -8034960 or 7366021. OLE color: 7366021.
HSL color Cylindrical-coordinate representation of color #856570: hue angle of 339.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856570 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 112 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.48 |
| HSL | 339.38º | 0.14% | 0.46% | - |
| HSV(B) | 339.38º | 0.24% | 0.52% | - |
| XYZ | 17.25 | 15.46 | 17.4 | - |
| YUV | 111.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 112 | 0 | 0.24 | 0.16 | 0.48 | 339.38 | 0.14 | 0.46 |
| Hex | 85 | 65 | 70 | 0 | 18 | 10 | 30 | 153 | E | 2E |
| Octal | 205 | 145 | 160 | 0 | 30 | 20 | 60 | 523 | 16 | 56 |
| Binary | 10000101 | 1100101 | 1110000 | 0 | 11000 | 10000 | 110000 | 101010011 | 1110 | 101110 |
Color Harmonies of #856570
Complementary color
Monochromatic Colors of #856570
Black with #856570
Text Example
Text Example
White with #856570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856570; }
p { color: rgb(133,101,112); }
H1.HeaderClassName
{
color: #856570;
}
.AnyTagClassName
{
color: #856570;
}
</style>
background-color css
<style>
a { background-color: #856570; }
a { background-color: rgb(133,101,112); }
div.DivClassName
{
background-color: #856570;
}
.BgClassName
{
background-color: #856570;
}
</style>
border-color css
<style>
span { border-color: #856570; }
span { border-color: rgb(133,101,112); }
td.TdClassName
{
border-color: #856570;
}
.TagClassName
{
border-color: #856570;
}
</style>