Shades of Mauve Taupe #995471
Tints of Mauve Taupe #995471
RGB
CMYK
RGB Variations
Color information
#995471 (or 0x995471) is known color: Mauve Taupe. HEX triplet: 99, 54 and 71. RGB value is (153,84,113). Sum of RGB (Red+Green+Blue) = 153+84+113=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #995471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995471 is #66AB8E. Grayscale: #6B6B6B. Windows color (decimal): -6728591 or 7427225. OLE color: 7427225.
HSL color Cylindrical-coordinate representation of color #995471: hue angle of 334.78º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995471 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 113 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.4 |
| HSL | 334.78º | 0.29% | 0.46% | - |
| HSV(B) | 334.78º | 0.45% | 0.6% | - |
| XYZ | 19.29 | 14.31 | 17.37 | - |
| YUV | 107.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 113 | 0 | 0.45 | 0.26 | 0.4 | 334.78 | 0.29 | 0.46 |
| Hex | 99 | 54 | 71 | 0 | 2D | 1A | 28 | 14F | 1D | 2E |
| Octal | 231 | 124 | 161 | 0 | 55 | 32 | 50 | 517 | 35 | 56 |
| Binary | 10011001 | 1010100 | 1110001 | 0 | 101101 | 11010 | 101000 | 101001111 | 11101 | 101110 |
Color Harmonies of #995471
Complementary color
Monochromatic Colors of #995471
Black with #995471
Text Example
Text Example
White with #995471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995471; }
p { color: rgb(153,84,113); }
H1.HeaderClassName
{
color: #995471;
}
.AnyTagClassName
{
color: #995471;
}
</style>
background-color css
<style>
a { background-color: #995471; }
a { background-color: rgb(153,84,113); }
div.DivClassName
{
background-color: #995471;
}
.BgClassName
{
background-color: #995471;
}
</style>
border-color css
<style>
span { border-color: #995471; }
span { border-color: rgb(153,84,113); }
td.TdClassName
{
border-color: #995471;
}
.TagClassName
{
border-color: #995471;
}
</style>