Shades of Mauve Taupe #9D5B72
Tints of Mauve Taupe #9D5B72
RGB
CMYK
RGB Variations
Color information
#9D5B72 (or 0x9D5B72) is known color: Mauve Taupe. HEX triplet: 9D, 5B and 72. RGB value is (157,91,114). Sum of RGB (Red+Green+Blue) = 157+91+114=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B72 is #62A48D. Grayscale: #717171. Windows color (decimal): -6464654 or 7494557. OLE color: 7494557.
HSL color Cylindrical-coordinate representation of color #9D5B72: hue angle of 339.09º 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 #9D5B72 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 114 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.38 |
| HSL | 339.09º | 0.27% | 0.49% | - |
| HSV(B) | 339.09º | 0.42% | 0.62% | - |
| XYZ | 20.68 | 15.87 | 17.89 | - |
| YUV | 113.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 114 | 0 | 0.42 | 0.27 | 0.38 | 339.09 | 0.27 | 0.49 |
| Hex | 9D | 5B | 72 | 0 | 2A | 1B | 26 | 153 | 1B | 31 |
| Octal | 235 | 133 | 162 | 0 | 52 | 33 | 46 | 523 | 33 | 61 |
| Binary | 10011101 | 1011011 | 1110010 | 0 | 101010 | 11011 | 100110 | 101010011 | 11011 | 110001 |
Color Harmonies of #9D5B72
Complementary color
Monochromatic Colors of #9D5B72
Black with #9D5B72
Text Example
Text Example
White with #9D5B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B72; }
p { color: rgb(157,91,114); }
H1.HeaderClassName
{
color: #9D5B72;
}
.AnyTagClassName
{
color: #9D5B72;
}
</style>
background-color css
<style>
a { background-color: #9D5B72; }
a { background-color: rgb(157,91,114); }
div.DivClassName
{
background-color: #9D5B72;
}
.BgClassName
{
background-color: #9D5B72;
}
</style>
border-color css
<style>
span { border-color: #9D5B72; }
span { border-color: rgb(157,91,114); }
td.TdClassName
{
border-color: #9D5B72;
}
.TagClassName
{
border-color: #9D5B72;
}
</style>