Shades of Mauve Taupe #995873
Tints of Mauve Taupe #995873
RGB
CMYK
RGB Variations
Color information
#995873 (or 0x995873) is known color: Mauve Taupe. HEX triplet: 99, 58 and 73. RGB value is (153,88,115). Sum of RGB (Red+Green+Blue) = 153+88+115=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995873 is #66A78C. Grayscale: #6E6E6E. Windows color (decimal): -6727565 or 7559321. OLE color: 7559321.
HSL color Cylindrical-coordinate representation of color #995873: hue angle of 335.08º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995873 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 115 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.4 |
| HSL | 335.08º | 0.27% | 0.47% | - |
| HSV(B) | 335.08º | 0.42% | 0.6% | - |
| XYZ | 19.72 | 14.99 | 18.07 | - |
| YUV | 110.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 115 | 0 | 0.42 | 0.25 | 0.4 | 335.08 | 0.27 | 0.47 |
| Hex | 99 | 58 | 73 | 0 | 2A | 19 | 28 | 14F | 1B | 2F |
| Octal | 231 | 130 | 163 | 0 | 52 | 31 | 50 | 517 | 33 | 57 |
| Binary | 10011001 | 1011000 | 1110011 | 0 | 101010 | 11001 | 101000 | 101001111 | 11011 | 101111 |
Color Harmonies of #995873
Complementary color
Monochromatic Colors of #995873
Black with #995873
Text Example
Text Example
White with #995873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995873; }
p { color: rgb(153,88,115); }
H1.HeaderClassName
{
color: #995873;
}
.AnyTagClassName
{
color: #995873;
}
</style>
background-color css
<style>
a { background-color: #995873; }
a { background-color: rgb(153,88,115); }
div.DivClassName
{
background-color: #995873;
}
.BgClassName
{
background-color: #995873;
}
</style>
border-color css
<style>
span { border-color: #995873; }
span { border-color: rgb(153,88,115); }
td.TdClassName
{
border-color: #995873;
}
.TagClassName
{
border-color: #995873;
}
</style>