Shades of Mauve Taupe #9D5275
Tints of Mauve Taupe #9D5275
RGB
CMYK
RGB Variations
Color information
#9D5275 (or 0x9D5275) is known color: Mauve Taupe. HEX triplet: 9D, 52 and 75. RGB value is (157,82,117). Sum of RGB (Red+Green+Blue) = 157+82+117=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5275 is #62AD8A. Grayscale: #6C6C6C. Windows color (decimal): -6466955 or 7688861. OLE color: 7688861.
HSL color Cylindrical-coordinate representation of color #9D5275: hue angle of 332º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D5275 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 82 | 117 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.38 |
| HSL | 332º | 0.31% | 0.47% | - |
| HSV(B) | 332º | 0.48% | 0.62% | - |
| XYZ | 20.13 | 14.49 | 18.56 | - |
| YUV | 108.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 117 | 0 | 0.48 | 0.25 | 0.38 | 332 | 0.31 | 0.47 |
| Hex | 9D | 52 | 75 | 0 | 30 | 19 | 26 | 14C | 1F | 2F |
| Octal | 235 | 122 | 165 | 0 | 60 | 31 | 46 | 514 | 37 | 57 |
| Binary | 10011101 | 1010010 | 1110101 | 0 | 110000 | 11001 | 100110 | 101001100 | 11111 | 101111 |
Color Harmonies of #9D5275
Complementary color
Monochromatic Colors of #9D5275
Black with #9D5275
Text Example
Text Example
White with #9D5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5275; }
p { color: rgb(157,82,117); }
H1.HeaderClassName
{
color: #9D5275;
}
.AnyTagClassName
{
color: #9D5275;
}
</style>
background-color css
<style>
a { background-color: #9D5275; }
a { background-color: rgb(157,82,117); }
div.DivClassName
{
background-color: #9D5275;
}
.BgClassName
{
background-color: #9D5275;
}
</style>
border-color css
<style>
span { border-color: #9D5275; }
span { border-color: rgb(157,82,117); }
td.TdClassName
{
border-color: #9D5275;
}
.TagClassName
{
border-color: #9D5275;
}
</style>