Shades of Mauve Taupe #855D71
Tints of Mauve Taupe #855D71
RGB
CMYK
RGB Variations
Color information
#855D71 (or 0x855D71) is known color: Mauve Taupe. HEX triplet: 85, 5D and 71. RGB value is (133,93,113). Sum of RGB (Red+Green+Blue) = 133+93+113=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D71 is #7AA28E. Grayscale: #6B6B6B. Windows color (decimal): -8037007 or 7429509. OLE color: 7429509.
HSL color Cylindrical-coordinate representation of color #855D71: hue angle of 330º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D71 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 113 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.48 |
| HSL | 330º | 0.18% | 0.44% | - |
| HSV(B) | 330º | 0.3% | 0.52% | - |
| XYZ | 16.57 | 14.01 | 17.45 | - |
| YUV | 107.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 113 | 0 | 0.30 | 0.15 | 0.48 | 330 | 0.18 | 0.44 |
| Hex | 85 | 5D | 71 | 0 | 1E | F | 30 | 14A | 12 | 2C |
| Octal | 205 | 135 | 161 | 0 | 36 | 17 | 60 | 512 | 22 | 54 |
| Binary | 10000101 | 1011101 | 1110001 | 0 | 11110 | 1111 | 110000 | 101001010 | 10010 | 101100 |
Color Harmonies of #855D71
Complementary color
Monochromatic Colors of #855D71
Black with #855D71
Text Example
Text Example
White with #855D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D71; }
p { color: rgb(133,93,113); }
H1.HeaderClassName
{
color: #855D71;
}
.AnyTagClassName
{
color: #855D71;
}
</style>
background-color css
<style>
a { background-color: #855D71; }
a { background-color: rgb(133,93,113); }
div.DivClassName
{
background-color: #855D71;
}
.BgClassName
{
background-color: #855D71;
}
</style>
border-color css
<style>
span { border-color: #855D71; }
span { border-color: rgb(133,93,113); }
td.TdClassName
{
border-color: #855D71;
}
.TagClassName
{
border-color: #855D71;
}
</style>