Shades of Mauve Taupe #945572
Tints of Mauve Taupe #945572
RGB
CMYK
RGB Variations
Color information
#945572 (or 0x945572) is known color: Mauve Taupe. HEX triplet: 94, 55 and 72. RGB value is (148,85,114). Sum of RGB (Red+Green+Blue) = 148+85+114=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #945572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945572 is #6BAA8D. Grayscale: #6B6B6B. Windows color (decimal): -7056014 or 7493012. OLE color: 7493012.
HSL color Cylindrical-coordinate representation of color #945572: hue angle of 332.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945572 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 85 | 114 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.42 |
| HSL | 332.38º | 0.27% | 0.46% | - |
| HSV(B) | 332.38º | 0.43% | 0.58% | - |
| XYZ | 18.5 | 14.01 | 17.65 | - |
| YUV | 107.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 114 | 0 | 0.43 | 0.23 | 0.42 | 332.38 | 0.27 | 0.46 |
| Hex | 94 | 55 | 72 | 0 | 2B | 17 | 2A | 14C | 1B | 2E |
| Octal | 224 | 125 | 162 | 0 | 53 | 27 | 52 | 514 | 33 | 56 |
| Binary | 10010100 | 1010101 | 1110010 | 0 | 101011 | 10111 | 101010 | 101001100 | 11011 | 101110 |
Color Harmonies of #945572
Complementary color
Monochromatic Colors of #945572
Black with #945572
Text Example
Text Example
White with #945572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945572; }
p { color: rgb(148,85,114); }
H1.HeaderClassName
{
color: #945572;
}
.AnyTagClassName
{
color: #945572;
}
</style>
background-color css
<style>
a { background-color: #945572; }
a { background-color: rgb(148,85,114); }
div.DivClassName
{
background-color: #945572;
}
.BgClassName
{
background-color: #945572;
}
</style>
border-color css
<style>
span { border-color: #945572; }
span { border-color: rgb(148,85,114); }
td.TdClassName
{
border-color: #945572;
}
.TagClassName
{
border-color: #945572;
}
</style>