Shades of Mauve Taupe #9D5B73
Tints of Mauve Taupe #9D5B73
RGB
CMYK
RGB Variations
Color information
#9D5B73 (or 0x9D5B73) is known color: Mauve Taupe. HEX triplet: 9D, 5B and 73. RGB value is (157,91,115). Sum of RGB (Red+Green+Blue) = 157+91+115=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B73 is #62A48C. Grayscale: #717171. Windows color (decimal): -6464653 or 7560093. OLE color: 7560093.
HSL color Cylindrical-coordinate representation of color #9D5B73: hue angle of 338.18º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D5B73 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 115 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.38 |
| HSL | 338.18º | 0.27% | 0.49% | - |
| HSV(B) | 338.18º | 0.42% | 0.62% | - |
| XYZ | 20.74 | 15.89 | 18.19 | - |
| YUV | 113.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 115 | 0 | 0.42 | 0.27 | 0.38 | 338.18 | 0.27 | 0.49 |
| Hex | 9D | 5B | 73 | 0 | 2A | 1B | 26 | 152 | 1B | 31 |
| Octal | 235 | 133 | 163 | 0 | 52 | 33 | 46 | 522 | 33 | 61 |
| Binary | 10011101 | 1011011 | 1110011 | 0 | 101010 | 11011 | 100110 | 101010010 | 11011 | 110001 |
Color Harmonies of #9D5B73
Complementary color
Monochromatic Colors of #9D5B73
Black with #9D5B73
Text Example
Text Example
White with #9D5B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B73; }
p { color: rgb(157,91,115); }
H1.HeaderClassName
{
color: #9D5B73;
}
.AnyTagClassName
{
color: #9D5B73;
}
</style>
background-color css
<style>
a { background-color: #9D5B73; }
a { background-color: rgb(157,91,115); }
div.DivClassName
{
background-color: #9D5B73;
}
.BgClassName
{
background-color: #9D5B73;
}
</style>
border-color css
<style>
span { border-color: #9D5B73; }
span { border-color: rgb(157,91,115); }
td.TdClassName
{
border-color: #9D5B73;
}
.TagClassName
{
border-color: #9D5B73;
}
</style>