Shades of Mauve Taupe #9D5C71
Tints of Mauve Taupe #9D5C71
RGB
CMYK
RGB Variations
Color information
#9D5C71 (or 0x9D5C71) is known color: Mauve Taupe. HEX triplet: 9D, 5C and 71. RGB value is (157,92,113). Sum of RGB (Red+Green+Blue) = 157+92+113=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5C71 is #62A38E. Grayscale: #717171. Windows color (decimal): -6464399 or 7429277. OLE color: 7429277.
HSL color Cylindrical-coordinate representation of color #9D5C71: hue angle of 340.62º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D5C71 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 92 | 113 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.38 |
| HSL | 340.62º | 0.26% | 0.49% | - |
| HSV(B) | 340.62º | 0.41% | 0.62% | - |
| XYZ | 20.71 | 16.01 | 17.62 | - |
| YUV | 113.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 92 | 113 | 0 | 0.41 | 0.28 | 0.38 | 340.62 | 0.26 | 0.49 |
| Hex | 9D | 5C | 71 | 0 | 29 | 1C | 26 | 155 | 1A | 31 |
| Octal | 235 | 134 | 161 | 0 | 51 | 34 | 46 | 525 | 32 | 61 |
| Binary | 10011101 | 1011100 | 1110001 | 0 | 101001 | 11100 | 100110 | 101010101 | 11010 | 110001 |
Color Harmonies of #9D5C71
Complementary color
Monochromatic Colors of #9D5C71
Black with #9D5C71
Text Example
Text Example
White with #9D5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5C71; }
p { color: rgb(157,92,113); }
H1.HeaderClassName
{
color: #9D5C71;
}
.AnyTagClassName
{
color: #9D5C71;
}
</style>
background-color css
<style>
a { background-color: #9D5C71; }
a { background-color: rgb(157,92,113); }
div.DivClassName
{
background-color: #9D5C71;
}
.BgClassName
{
background-color: #9D5C71;
}
</style>
border-color css
<style>
span { border-color: #9D5C71; }
span { border-color: rgb(157,92,113); }
td.TdClassName
{
border-color: #9D5C71;
}
.TagClassName
{
border-color: #9D5C71;
}
</style>