Shades of Mauve Taupe #886273
Tints of Mauve Taupe #886273
RGB
CMYK
RGB Variations
Color information
#886273 (or 0x886273) is known color: Mauve Taupe. HEX triplet: 88, 62 and 73. RGB value is (136,98,115). Sum of RGB (Red+Green+Blue) = 136+98+115=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #886273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886273 is #779D8C. Grayscale: #6F6F6F. Windows color (decimal): -7839117 or 7561864. OLE color: 7561864.
HSL color Cylindrical-coordinate representation of color #886273: hue angle of 333.16º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886273 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 115 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.47 |
| HSL | 333.16º | 0.16% | 0.46% | - |
| HSV(B) | 333.16º | 0.28% | 0.53% | - |
| XYZ | 17.62 | 15.21 | 18.23 | - |
| YUV | 111.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 115 | 0 | 0.28 | 0.15 | 0.47 | 333.16 | 0.16 | 0.46 |
| Hex | 88 | 62 | 73 | 0 | 1C | F | 2F | 14D | 10 | 2E |
| Octal | 210 | 142 | 163 | 0 | 34 | 17 | 57 | 515 | 20 | 56 |
| Binary | 10001000 | 1100010 | 1110011 | 0 | 11100 | 1111 | 101111 | 101001101 | 10000 | 101110 |
Color Harmonies of #886273
Complementary color
Monochromatic Colors of #886273
Black with #886273
Text Example
Text Example
White with #886273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886273; }
p { color: rgb(136,98,115); }
H1.HeaderClassName
{
color: #886273;
}
.AnyTagClassName
{
color: #886273;
}
</style>
background-color css
<style>
a { background-color: #886273; }
a { background-color: rgb(136,98,115); }
div.DivClassName
{
background-color: #886273;
}
.BgClassName
{
background-color: #886273;
}
</style>
border-color css
<style>
span { border-color: #886273; }
span { border-color: rgb(136,98,115); }
td.TdClassName
{
border-color: #886273;
}
.TagClassName
{
border-color: #886273;
}
</style>