Shades of Mauve Taupe #995572
Tints of Mauve Taupe #995572
RGB
CMYK
RGB Variations
Color information
#995572 (or 0x995572) is known color: Mauve Taupe. HEX triplet: 99, 55 and 72. RGB value is (153,85,114). Sum of RGB (Red+Green+Blue) = 153+85+114=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995572 is #66AA8D. Grayscale: #6C6C6C. Windows color (decimal): -6728334 or 7493017. OLE color: 7493017.
HSL color Cylindrical-coordinate representation of color #995572: hue angle of 334.41º 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 #995572 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 114 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.4 |
| HSL | 334.41º | 0.29% | 0.47% | - |
| HSV(B) | 334.41º | 0.44% | 0.6% | - |
| XYZ | 19.42 | 14.48 | 17.69 | - |
| YUV | 108.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 114 | 0 | 0.44 | 0.25 | 0.4 | 334.41 | 0.29 | 0.47 |
| Hex | 99 | 55 | 72 | 0 | 2C | 19 | 28 | 14E | 1D | 2F |
| Octal | 231 | 125 | 162 | 0 | 54 | 31 | 50 | 516 | 35 | 57 |
| Binary | 10011001 | 1010101 | 1110010 | 0 | 101100 | 11001 | 101000 | 101001110 | 11101 | 101111 |
Color Harmonies of #995572
Complementary color
Monochromatic Colors of #995572
Black with #995572
Text Example
Text Example
White with #995572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995572; }
p { color: rgb(153,85,114); }
H1.HeaderClassName
{
color: #995572;
}
.AnyTagClassName
{
color: #995572;
}
</style>
background-color css
<style>
a { background-color: #995572; }
a { background-color: rgb(153,85,114); }
div.DivClassName
{
background-color: #995572;
}
.BgClassName
{
background-color: #995572;
}
</style>
border-color css
<style>
span { border-color: #995572; }
span { border-color: rgb(153,85,114); }
td.TdClassName
{
border-color: #995572;
}
.TagClassName
{
border-color: #995572;
}
</style>