Shades of Mauve Taupe #925573
Tints of Mauve Taupe #925573
RGB
CMYK
RGB Variations
Color information
#925573 (or 0x925573) is known color: Mauve Taupe. HEX triplet: 92, 55 and 73. RGB value is (146,85,115). Sum of RGB (Red+Green+Blue) = 146+85+115=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #925573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925573 is #6DAA8C. Grayscale: #6A6A6A. Windows color (decimal): -7187085 or 7558546. OLE color: 7558546.
HSL color Cylindrical-coordinate representation of color #925573: hue angle of 330.49º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925573 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 115 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.43 |
| HSL | 330.49º | 0.26% | 0.45% | - |
| HSV(B) | 330.49º | 0.42% | 0.57% | - |
| XYZ | 18.2 | 13.85 | 17.93 | - |
| YUV | 106.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 115 | 0 | 0.42 | 0.21 | 0.43 | 330.49 | 0.26 | 0.45 |
| Hex | 92 | 55 | 73 | 0 | 2A | 15 | 2B | 14A | 1A | 2D |
| Octal | 222 | 125 | 163 | 0 | 52 | 25 | 53 | 512 | 32 | 55 |
| Binary | 10010010 | 1010101 | 1110011 | 0 | 101010 | 10101 | 101011 | 101001010 | 11010 | 101101 |
Color Harmonies of #925573
Complementary color
Monochromatic Colors of #925573
Black with #925573
Text Example
Text Example
White with #925573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925573; }
p { color: rgb(146,85,115); }
H1.HeaderClassName
{
color: #925573;
}
.AnyTagClassName
{
color: #925573;
}
</style>
background-color css
<style>
a { background-color: #925573; }
a { background-color: rgb(146,85,115); }
div.DivClassName
{
background-color: #925573;
}
.BgClassName
{
background-color: #925573;
}
</style>
border-color css
<style>
span { border-color: #925573; }
span { border-color: rgb(146,85,115); }
td.TdClassName
{
border-color: #925573;
}
.TagClassName
{
border-color: #925573;
}
</style>