Shades of Mauve Taupe #985373
Tints of Mauve Taupe #985373
RGB
CMYK
RGB Variations
Color information
#985373 (or 0x985373) is known color: Mauve Taupe. HEX triplet: 98, 53 and 73. RGB value is (152,83,115). Sum of RGB (Red+Green+Blue) = 152+83+115=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #985373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985373 is #67AC8C. Grayscale: #6B6B6B. Windows color (decimal): -6794381 or 7558040. OLE color: 7558040.
HSL color Cylindrical-coordinate representation of color #985373: 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 #985373 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 115 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.40 |
| HSL | 332.17º | 0.29% | 0.46% | - |
| HSV(B) | 332.17º | 0.45% | 0.6% | - |
| XYZ | 19.14 | 14.1 | 17.93 | - |
| YUV | 107.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 115 | 0 | 0.45 | 0.24 | 0.40 | 332.17 | 0.29 | 0.46 |
| Hex | 98 | 53 | 73 | 0 | 2D | 18 | 28 | 14C | 1D | 2E |
| Octal | 230 | 123 | 163 | 0 | 55 | 30 | 50 | 514 | 35 | 56 |
| Binary | 10011000 | 1010011 | 1110011 | 0 | 101101 | 11000 | 101000 | 101001100 | 11101 | 101110 |
Color Harmonies of #985373
Complementary color
Monochromatic Colors of #985373
Black with #985373
Text Example
Text Example
White with #985373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985373; }
p { color: rgb(152,83,115); }
H1.HeaderClassName
{
color: #985373;
}
.AnyTagClassName
{
color: #985373;
}
</style>
background-color css
<style>
a { background-color: #985373; }
a { background-color: rgb(152,83,115); }
div.DivClassName
{
background-color: #985373;
}
.BgClassName
{
background-color: #985373;
}
</style>
border-color css
<style>
span { border-color: #985373; }
span { border-color: rgb(152,83,115); }
td.TdClassName
{
border-color: #985373;
}
.TagClassName
{
border-color: #985373;
}
</style>