Shades of Mauve Taupe #9F5575
Tints of Mauve Taupe #9F5575
RGB
CMYK
RGB Variations
Color information
#9F5575 (or 0x9F5575) is known color: Mauve Taupe. HEX triplet: 9F, 55 and 75. RGB value is (159,85,117). Sum of RGB (Red+Green+Blue) = 159+85+117=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5575 is #60AA8A. Grayscale: #6E6E6E. Windows color (decimal): -6335115 or 7689631. OLE color: 7689631.
HSL color Cylindrical-coordinate representation of color #9F5575: hue angle of 334.05º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5575 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 117 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.38 |
| HSL | 334.05º | 0.3% | 0.48% | - |
| HSV(B) | 334.05º | 0.47% | 0.62% | - |
| XYZ | 20.76 | 15.15 | 18.66 | - |
| YUV | 110.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 117 | 0 | 0.47 | 0.26 | 0.38 | 334.05 | 0.3 | 0.48 |
| Hex | 9F | 55 | 75 | 0 | 2F | 1A | 26 | 14E | 1E | 30 |
| Octal | 237 | 125 | 165 | 0 | 57 | 32 | 46 | 516 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1110101 | 0 | 101111 | 11010 | 100110 | 101001110 | 11110 | 110000 |
Color Harmonies of #9F5575
Complementary color
Monochromatic Colors of #9F5575
Black with #9F5575
Text Example
Text Example
White with #9F5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5575; }
p { color: rgb(159,85,117); }
H1.HeaderClassName
{
color: #9F5575;
}
.AnyTagClassName
{
color: #9F5575;
}
</style>
background-color css
<style>
a { background-color: #9F5575; }
a { background-color: rgb(159,85,117); }
div.DivClassName
{
background-color: #9F5575;
}
.BgClassName
{
background-color: #9F5575;
}
</style>
border-color css
<style>
span { border-color: #9F5575; }
span { border-color: rgb(159,85,117); }
td.TdClassName
{
border-color: #9F5575;
}
.TagClassName
{
border-color: #9F5575;
}
</style>