Shades of Mauve Taupe #935971
Tints of Mauve Taupe #935971
RGB
CMYK
RGB Variations
Color information
#935971 (or 0x935971) is known color: Mauve Taupe. HEX triplet: 93, 59 and 71. RGB value is (147,89,113). Sum of RGB (Red+Green+Blue) = 147+89+113=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #935971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935971 is #6CA68E. Grayscale: #6D6D6D. Windows color (decimal): -7120527 or 7428499. OLE color: 7428499.
HSL color Cylindrical-coordinate representation of color #935971: hue angle of 335.17º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935971 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 113 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.42 |
| HSL | 335.17º | 0.25% | 0.46% | - |
| HSV(B) | 335.17º | 0.39% | 0.58% | - |
| XYZ | 18.59 | 14.54 | 17.45 | - |
| YUV | 109.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 113 | 0 | 0.39 | 0.23 | 0.42 | 335.17 | 0.25 | 0.46 |
| Hex | 93 | 59 | 71 | 0 | 27 | 17 | 2A | 14F | 19 | 2E |
| Octal | 223 | 131 | 161 | 0 | 47 | 27 | 52 | 517 | 31 | 56 |
| Binary | 10010011 | 1011001 | 1110001 | 0 | 100111 | 10111 | 101010 | 101001111 | 11001 | 101110 |
Color Harmonies of #935971
Complementary color
Monochromatic Colors of #935971
Black with #935971
Text Example
Text Example
White with #935971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935971; }
p { color: rgb(147,89,113); }
H1.HeaderClassName
{
color: #935971;
}
.AnyTagClassName
{
color: #935971;
}
</style>
background-color css
<style>
a { background-color: #935971; }
a { background-color: rgb(147,89,113); }
div.DivClassName
{
background-color: #935971;
}
.BgClassName
{
background-color: #935971;
}
</style>
border-color css
<style>
span { border-color: #935971; }
span { border-color: rgb(147,89,113); }
td.TdClassName
{
border-color: #935971;
}
.TagClassName
{
border-color: #935971;
}
</style>