Shades of Mauve Taupe #915872
Tints of Mauve Taupe #915872
RGB
CMYK
RGB Variations
Color information
#915872 (or 0x915872) is known color: Mauve Taupe. HEX triplet: 91, 58 and 72. RGB value is (145,88,114). Sum of RGB (Red+Green+Blue) = 145+88+114=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #915872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915872 is #6EA78D. Grayscale: #6B6B6B. Windows color (decimal): -7251854 or 7493777. OLE color: 7493777.
HSL color Cylindrical-coordinate representation of color #915872: hue angle of 332.63º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915872 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 114 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.43 |
| HSL | 332.63º | 0.24% | 0.46% | - |
| HSV(B) | 332.63º | 0.39% | 0.57% | - |
| XYZ | 18.2 | 14.21 | 17.7 | - |
| YUV | 108.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 114 | 0 | 0.39 | 0.21 | 0.43 | 332.63 | 0.24 | 0.46 |
| Hex | 91 | 58 | 72 | 0 | 27 | 15 | 2B | 14D | 18 | 2E |
| Octal | 221 | 130 | 162 | 0 | 47 | 25 | 53 | 515 | 30 | 56 |
| Binary | 10010001 | 1011000 | 1110010 | 0 | 100111 | 10101 | 101011 | 101001101 | 11000 | 101110 |
Color Harmonies of #915872
Complementary color
Monochromatic Colors of #915872
Black with #915872
Text Example
Text Example
White with #915872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915872; }
p { color: rgb(145,88,114); }
H1.HeaderClassName
{
color: #915872;
}
.AnyTagClassName
{
color: #915872;
}
</style>
background-color css
<style>
a { background-color: #915872; }
a { background-color: rgb(145,88,114); }
div.DivClassName
{
background-color: #915872;
}
.BgClassName
{
background-color: #915872;
}
</style>
border-color css
<style>
span { border-color: #915872; }
span { border-color: rgb(145,88,114); }
td.TdClassName
{
border-color: #915872;
}
.TagClassName
{
border-color: #915872;
}
</style>