Shades of Mauve Taupe #9F5971
Tints of Mauve Taupe #9F5971
RGB
CMYK
RGB Variations
Color information
#9F5971 (or 0x9F5971) is known color: Mauve Taupe. HEX triplet: 9F, 59 and 71. RGB value is (159,89,113). Sum of RGB (Red+Green+Blue) = 159+89+113=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5971 is #60A68E. Grayscale: #707070. Windows color (decimal): -6334095 or 7428511. OLE color: 7428511.
HSL color Cylindrical-coordinate representation of color #9F5971: hue angle of 339.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5971 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 113 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.38 |
| HSL | 339.43º | 0.28% | 0.49% | - |
| HSV(B) | 339.43º | 0.44% | 0.62% | - |
| XYZ | 20.85 | 15.71 | 17.56 | - |
| YUV | 112.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 113 | 0 | 0.44 | 0.29 | 0.38 | 339.43 | 0.28 | 0.49 |
| Hex | 9F | 59 | 71 | 0 | 2C | 1D | 26 | 153 | 1C | 31 |
| Octal | 237 | 131 | 161 | 0 | 54 | 35 | 46 | 523 | 34 | 61 |
| Binary | 10011111 | 1011001 | 1110001 | 0 | 101100 | 11101 | 100110 | 101010011 | 11100 | 110001 |
Color Harmonies of #9F5971
Complementary color
Monochromatic Colors of #9F5971
Black with #9F5971
Text Example
Text Example
White with #9F5971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5971; }
p { color: rgb(159,89,113); }
H1.HeaderClassName
{
color: #9F5971;
}
.AnyTagClassName
{
color: #9F5971;
}
</style>
background-color css
<style>
a { background-color: #9F5971; }
a { background-color: rgb(159,89,113); }
div.DivClassName
{
background-color: #9F5971;
}
.BgClassName
{
background-color: #9F5971;
}
</style>
border-color css
<style>
span { border-color: #9F5971; }
span { border-color: rgb(159,89,113); }
td.TdClassName
{
border-color: #9F5971;
}
.TagClassName
{
border-color: #9F5971;
}
</style>