Shades of Mauve Taupe #9B5C71
Tints of Mauve Taupe #9B5C71
RGB
CMYK
RGB Variations
Color information
#9B5C71 (or 0x9B5C71) is known color: Mauve Taupe. HEX triplet: 9B, 5C and 71. RGB value is (155,92,113). Sum of RGB (Red+Green+Blue) = 155+92+113=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5C71 is #64A38E. Grayscale: #717171. Windows color (decimal): -6595471 or 7429275. OLE color: 7429275.
HSL color Cylindrical-coordinate representation of color #9B5C71: hue angle of 340º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B5C71 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 92 | 113 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.39 |
| HSL | 340º | 0.26% | 0.48% | - |
| HSV(B) | 340º | 0.41% | 0.61% | - |
| XYZ | 20.33 | 15.82 | 17.6 | - |
| YUV | 113.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 92 | 113 | 0 | 0.41 | 0.27 | 0.39 | 340 | 0.26 | 0.48 |
| Hex | 9B | 5C | 71 | 0 | 29 | 1B | 27 | 154 | 1A | 30 |
| Octal | 233 | 134 | 161 | 0 | 51 | 33 | 47 | 524 | 32 | 60 |
| Binary | 10011011 | 1011100 | 1110001 | 0 | 101001 | 11011 | 100111 | 101010100 | 11010 | 110000 |
Color Harmonies of #9B5C71
Complementary color
Monochromatic Colors of #9B5C71
Black with #9B5C71
Text Example
Text Example
White with #9B5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5C71; }
p { color: rgb(155,92,113); }
H1.HeaderClassName
{
color: #9B5C71;
}
.AnyTagClassName
{
color: #9B5C71;
}
</style>
background-color css
<style>
a { background-color: #9B5C71; }
a { background-color: rgb(155,92,113); }
div.DivClassName
{
background-color: #9B5C71;
}
.BgClassName
{
background-color: #9B5C71;
}
</style>
border-color css
<style>
span { border-color: #9B5C71; }
span { border-color: rgb(155,92,113); }
td.TdClassName
{
border-color: #9B5C71;
}
.TagClassName
{
border-color: #9B5C71;
}
</style>