Shades of Mauve Taupe #995474
Tints of Mauve Taupe #995474
RGB
CMYK
RGB Variations
Color information
#995474 (or 0x995474) is known color: Mauve Taupe. HEX triplet: 99, 54 and 74. RGB value is (153,84,116). Sum of RGB (Red+Green+Blue) = 153+84+116=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #995474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995474 is #66AB8B. Grayscale: #6C6C6C. Windows color (decimal): -6728588 or 7623833. OLE color: 7623833.
HSL color Cylindrical-coordinate representation of color #995474: hue angle of 332.17º 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 #995474 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 116 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.4 |
| HSL | 332.17º | 0.29% | 0.46% | - |
| HSV(B) | 332.17º | 0.45% | 0.6% | - |
| XYZ | 19.46 | 14.37 | 18.27 | - |
| YUV | 108.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 116 | 0 | 0.45 | 0.24 | 0.4 | 332.17 | 0.29 | 0.46 |
| Hex | 99 | 54 | 74 | 0 | 2D | 18 | 28 | 14C | 1D | 2E |
| Octal | 231 | 124 | 164 | 0 | 55 | 30 | 50 | 514 | 35 | 56 |
| Binary | 10011001 | 1010100 | 1110100 | 0 | 101101 | 11000 | 101000 | 101001100 | 11101 | 101110 |
Color Harmonies of #995474
Complementary color
Monochromatic Colors of #995474
Black with #995474
Text Example
Text Example
White with #995474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995474; }
p { color: rgb(153,84,116); }
H1.HeaderClassName
{
color: #995474;
}
.AnyTagClassName
{
color: #995474;
}
</style>
background-color css
<style>
a { background-color: #995474; }
a { background-color: rgb(153,84,116); }
div.DivClassName
{
background-color: #995474;
}
.BgClassName
{
background-color: #995474;
}
</style>
border-color css
<style>
span { border-color: #995474; }
span { border-color: rgb(153,84,116); }
td.TdClassName
{
border-color: #995474;
}
.TagClassName
{
border-color: #995474;
}
</style>