Shades of Mauve Taupe #875971
Tints of Mauve Taupe #875971
RGB
CMYK
RGB Variations
Color information
#875971 (or 0x875971) is known color: Mauve Taupe. HEX triplet: 87, 59 and 71. RGB value is (135,89,113). Sum of RGB (Red+Green+Blue) = 135+89+113=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875971 is #78A68E. Grayscale: #696969. Windows color (decimal): -7906959 or 7428487. OLE color: 7428487.
HSL color Cylindrical-coordinate representation of color #875971: hue angle of 328.7º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875971 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 113 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.47 |
| HSL | 328.7º | 0.21% | 0.44% | - |
| HSV(B) | 328.7º | 0.34% | 0.53% | - |
| XYZ | 16.54 | 13.49 | 17.35 | - |
| YUV | 105.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 113 | 0 | 0.34 | 0.16 | 0.47 | 328.7 | 0.21 | 0.44 |
| Hex | 87 | 59 | 71 | 0 | 22 | 10 | 2F | 149 | 15 | 2C |
| Octal | 207 | 131 | 161 | 0 | 42 | 20 | 57 | 511 | 25 | 54 |
| Binary | 10000111 | 1011001 | 1110001 | 0 | 100010 | 10000 | 101111 | 101001001 | 10101 | 101100 |
Color Harmonies of #875971
Complementary color
Monochromatic Colors of #875971
Black with #875971
Text Example
Text Example
White with #875971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875971; }
p { color: rgb(135,89,113); }
H1.HeaderClassName
{
color: #875971;
}
.AnyTagClassName
{
color: #875971;
}
</style>
background-color css
<style>
a { background-color: #875971; }
a { background-color: rgb(135,89,113); }
div.DivClassName
{
background-color: #875971;
}
.BgClassName
{
background-color: #875971;
}
</style>
border-color css
<style>
span { border-color: #875971; }
span { border-color: rgb(135,89,113); }
td.TdClassName
{
border-color: #875971;
}
.TagClassName
{
border-color: #875971;
}
</style>