Shades of Mauve Taupe #9F5572
Tints of Mauve Taupe #9F5572
RGB
CMYK
RGB Variations
Color information
#9F5572 (or 0x9F5572) is known color: Mauve Taupe. HEX triplet: 9F, 55 and 72. RGB value is (159,85,114). Sum of RGB (Red+Green+Blue) = 159+85+114=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5572 is #60AA8D. Grayscale: #6E6E6E. Windows color (decimal): -6335118 or 7493023. OLE color: 7493023.
HSL color Cylindrical-coordinate representation of color #9F5572: hue angle of 336.49º 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 #9F5572 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 114 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.38 |
| HSL | 336.49º | 0.3% | 0.48% | - |
| HSV(B) | 336.49º | 0.47% | 0.62% | - |
| XYZ | 20.58 | 15.08 | 17.75 | - |
| YUV | 110.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 114 | 0 | 0.47 | 0.28 | 0.38 | 336.49 | 0.3 | 0.48 |
| Hex | 9F | 55 | 72 | 0 | 2F | 1C | 26 | 150 | 1E | 30 |
| Octal | 237 | 125 | 162 | 0 | 57 | 34 | 46 | 520 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1110010 | 0 | 101111 | 11100 | 100110 | 101010000 | 11110 | 110000 |
Color Harmonies of #9F5572
Complementary color
Monochromatic Colors of #9F5572
Black with #9F5572
Text Example
Text Example
White with #9F5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5572; }
p { color: rgb(159,85,114); }
H1.HeaderClassName
{
color: #9F5572;
}
.AnyTagClassName
{
color: #9F5572;
}
</style>
background-color css
<style>
a { background-color: #9F5572; }
a { background-color: rgb(159,85,114); }
div.DivClassName
{
background-color: #9F5572;
}
.BgClassName
{
background-color: #9F5572;
}
</style>
border-color css
<style>
span { border-color: #9F5572; }
span { border-color: rgb(159,85,114); }
td.TdClassName
{
border-color: #9F5572;
}
.TagClassName
{
border-color: #9F5572;
}
</style>