Shades of Mauve Taupe #995573
Tints of Mauve Taupe #995573
RGB
CMYK
RGB Variations
Color information
#995573 (or 0x995573) is known color: Mauve Taupe. HEX triplet: 99, 55 and 73. RGB value is (153,85,115). Sum of RGB (Red+Green+Blue) = 153+85+115=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #995573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995573 is #66AA8C. Grayscale: #6C6C6C. Windows color (decimal): -6728333 or 7558553. OLE color: 7558553.
HSL color Cylindrical-coordinate representation of color #995573: hue angle of 333.53º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995573 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 115 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.4 |
| HSL | 333.53º | 0.29% | 0.47% | - |
| HSV(B) | 333.53º | 0.44% | 0.6% | - |
| XYZ | 19.48 | 14.51 | 17.99 | - |
| YUV | 108.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 115 | 0 | 0.44 | 0.25 | 0.4 | 333.53 | 0.29 | 0.47 |
| Hex | 99 | 55 | 73 | 0 | 2C | 19 | 28 | 14E | 1D | 2F |
| Octal | 231 | 125 | 163 | 0 | 54 | 31 | 50 | 516 | 35 | 57 |
| Binary | 10011001 | 1010101 | 1110011 | 0 | 101100 | 11001 | 101000 | 101001110 | 11101 | 101111 |
Color Harmonies of #995573
Complementary color
Monochromatic Colors of #995573
Black with #995573
Text Example
Text Example
White with #995573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995573; }
p { color: rgb(153,85,115); }
H1.HeaderClassName
{
color: #995573;
}
.AnyTagClassName
{
color: #995573;
}
</style>
background-color css
<style>
a { background-color: #995573; }
a { background-color: rgb(153,85,115); }
div.DivClassName
{
background-color: #995573;
}
.BgClassName
{
background-color: #995573;
}
</style>
border-color css
<style>
span { border-color: #995573; }
span { border-color: rgb(153,85,115); }
td.TdClassName
{
border-color: #995573;
}
.TagClassName
{
border-color: #995573;
}
</style>