Shades of Mauve Taupe #945472
Tints of Mauve Taupe #945472
RGB
CMYK
RGB Variations
Color information
#945472 (or 0x945472) is known color: Mauve Taupe. HEX triplet: 94, 54 and 72. RGB value is (148,84,114). Sum of RGB (Red+Green+Blue) = 148+84+114=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #945472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945472 is #6BAB8D. Grayscale: #6A6A6A. Windows color (decimal): -7056270 or 7492756. OLE color: 7492756.
HSL color Cylindrical-coordinate representation of color #945472: hue angle of 331.88º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945472 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 84 | 114 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.42 |
| HSL | 331.88º | 0.28% | 0.45% | - |
| HSV(B) | 331.88º | 0.43% | 0.58% | - |
| XYZ | 18.42 | 13.85 | 17.62 | - |
| YUV | 106.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 84 | 114 | 0 | 0.43 | 0.23 | 0.42 | 331.88 | 0.28 | 0.45 |
| Hex | 94 | 54 | 72 | 0 | 2B | 17 | 2A | 14C | 1C | 2D |
| Octal | 224 | 124 | 162 | 0 | 53 | 27 | 52 | 514 | 34 | 55 |
| Binary | 10010100 | 1010100 | 1110010 | 0 | 101011 | 10111 | 101010 | 101001100 | 11100 | 101101 |
Color Harmonies of #945472
Complementary color
Monochromatic Colors of #945472
Black with #945472
Text Example
Text Example
White with #945472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945472; }
p { color: rgb(148,84,114); }
H1.HeaderClassName
{
color: #945472;
}
.AnyTagClassName
{
color: #945472;
}
</style>
background-color css
<style>
a { background-color: #945472; }
a { background-color: rgb(148,84,114); }
div.DivClassName
{
background-color: #945472;
}
.BgClassName
{
background-color: #945472;
}
</style>
border-color css
<style>
span { border-color: #945472; }
span { border-color: rgb(148,84,114); }
td.TdClassName
{
border-color: #945472;
}
.TagClassName
{
border-color: #945472;
}
</style>