Shades of Mauve Taupe #856270
Tints of Mauve Taupe #856270
RGB
CMYK
RGB Variations
Color information
#856270 (or 0x856270) is known color: Mauve Taupe. HEX triplet: 85, 62 and 70. RGB value is (133,98,112). Sum of RGB (Red+Green+Blue) = 133+98+112=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #856270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856270 is #7A9D8F. Grayscale: #6E6E6E. Windows color (decimal): -8035728 or 7365253. OLE color: 7365253.
HSL color Cylindrical-coordinate representation of color #856270: hue angle of 336º 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 #856270 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 98 | 112 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.48 |
| HSL | 336º | 0.15% | 0.45% | - |
| HSV(B) | 336º | 0.26% | 0.52% | - |
| XYZ | 16.97 | 14.89 | 17.31 | - |
| YUV | 110.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 112 | 0 | 0.26 | 0.16 | 0.48 | 336 | 0.15 | 0.45 |
| Hex | 85 | 62 | 70 | 0 | 1A | 10 | 30 | 150 | F | 2D |
| Octal | 205 | 142 | 160 | 0 | 32 | 20 | 60 | 520 | 17 | 55 |
| Binary | 10000101 | 1100010 | 1110000 | 0 | 11010 | 10000 | 110000 | 101010000 | 1111 | 101101 |
Color Harmonies of #856270
Complementary color
Monochromatic Colors of #856270
Black with #856270
Text Example
Text Example
White with #856270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856270; }
p { color: rgb(133,98,112); }
H1.HeaderClassName
{
color: #856270;
}
.AnyTagClassName
{
color: #856270;
}
</style>
background-color css
<style>
a { background-color: #856270; }
a { background-color: rgb(133,98,112); }
div.DivClassName
{
background-color: #856270;
}
.BgClassName
{
background-color: #856270;
}
</style>
border-color css
<style>
span { border-color: #856270; }
span { border-color: rgb(133,98,112); }
td.TdClassName
{
border-color: #856270;
}
.TagClassName
{
border-color: #856270;
}
</style>