Shades of Mauve Taupe #9E5975
Tints of Mauve Taupe #9E5975
RGB
CMYK
RGB Variations
Color information
#9E5975 (or 0x9E5975) is known color: Mauve Taupe. HEX triplet: 9E, 59 and 75. RGB value is (158,89,117). Sum of RGB (Red+Green+Blue) = 158+89+117=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5975 is #61A68A. Grayscale: #707070. Windows color (decimal): -6399627 or 7690654. OLE color: 7690654.
HSL color Cylindrical-coordinate representation of color #9E5975: hue angle of 335.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E5975 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 89 | 117 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.38 |
| HSL | 335.65º | 0.28% | 0.48% | - |
| HSV(B) | 335.65º | 0.44% | 0.62% | - |
| XYZ | 20.88 | 15.7 | 18.76 | - |
| YUV | 112.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 117 | 0 | 0.44 | 0.26 | 0.38 | 335.65 | 0.28 | 0.48 |
| Hex | 9E | 59 | 75 | 0 | 2C | 1A | 26 | 150 | 1C | 30 |
| Octal | 236 | 131 | 165 | 0 | 54 | 32 | 46 | 520 | 34 | 60 |
| Binary | 10011110 | 1011001 | 1110101 | 0 | 101100 | 11010 | 100110 | 101010000 | 11100 | 110000 |
Color Harmonies of #9E5975
Complementary color
Monochromatic Colors of #9E5975
Black with #9E5975
Text Example
Text Example
White with #9E5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5975; }
p { color: rgb(158,89,117); }
H1.HeaderClassName
{
color: #9E5975;
}
.AnyTagClassName
{
color: #9E5975;
}
</style>
background-color css
<style>
a { background-color: #9E5975; }
a { background-color: rgb(158,89,117); }
div.DivClassName
{
background-color: #9E5975;
}
.BgClassName
{
background-color: #9E5975;
}
</style>
border-color css
<style>
span { border-color: #9E5975; }
span { border-color: rgb(158,89,117); }
td.TdClassName
{
border-color: #9E5975;
}
.TagClassName
{
border-color: #9E5975;
}
</style>