Shades of Mauve Taupe #9F5573
Tints of Mauve Taupe #9F5573
RGB
CMYK
RGB Variations
Color information
#9F5573 (or 0x9F5573) is known color: Mauve Taupe. HEX triplet: 9F, 55 and 73. RGB value is (159,85,115). Sum of RGB (Red+Green+Blue) = 159+85+115=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5573 is #60AA8C. Grayscale: #6E6E6E. Windows color (decimal): -6335117 or 7558559. OLE color: 7558559.
HSL color Cylindrical-coordinate representation of color #9F5573: hue angle of 335.68º 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 #9F5573 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 115 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.38 |
| HSL | 335.68º | 0.3% | 0.48% | - |
| HSV(B) | 335.68º | 0.47% | 0.62% | - |
| XYZ | 20.64 | 15.11 | 18.05 | - |
| YUV | 110.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 115 | 0 | 0.47 | 0.28 | 0.38 | 335.68 | 0.3 | 0.48 |
| Hex | 9F | 55 | 73 | 0 | 2F | 1C | 26 | 150 | 1E | 30 |
| Octal | 237 | 125 | 163 | 0 | 57 | 34 | 46 | 520 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1110011 | 0 | 101111 | 11100 | 100110 | 101010000 | 11110 | 110000 |
Color Harmonies of #9F5573
Complementary color
Monochromatic Colors of #9F5573
Black with #9F5573
Text Example
Text Example
White with #9F5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5573; }
p { color: rgb(159,85,115); }
H1.HeaderClassName
{
color: #9F5573;
}
.AnyTagClassName
{
color: #9F5573;
}
</style>
background-color css
<style>
a { background-color: #9F5573; }
a { background-color: rgb(159,85,115); }
div.DivClassName
{
background-color: #9F5573;
}
.BgClassName
{
background-color: #9F5573;
}
</style>
border-color css
<style>
span { border-color: #9F5573; }
span { border-color: rgb(159,85,115); }
td.TdClassName
{
border-color: #9F5573;
}
.TagClassName
{
border-color: #9F5573;
}
</style>