Shades of Mauve Taupe #806271
Tints of Mauve Taupe #806271
RGB
CMYK
RGB Variations
Color information
#806271 (or 0x806271) is known color: Mauve Taupe. HEX triplet: 80, 62 and 71. RGB value is (128,98,113). Sum of RGB (Red+Green+Blue) = 128+98+113=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #806271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806271 is #7F9D8E. Grayscale: #6C6C6C. Windows color (decimal): -8363407 or 7430784. OLE color: 7430784.
HSL color Cylindrical-coordinate representation of color #806271: hue angle of 330º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806271 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 113 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.50 |
| HSL | 330º | 0.13% | 0.44% | - |
| HSV(B) | 330º | 0.23% | 0.5% | - |
| XYZ | 16.25 | 14.52 | 17.57 | - |
| YUV | 108.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 113 | 0 | 0.23 | 0.12 | 0.50 | 330 | 0.13 | 0.44 |
| Hex | 80 | 62 | 71 | 0 | 17 | C | 32 | 14A | D | 2C |
| Octal | 200 | 142 | 161 | 0 | 27 | 14 | 62 | 512 | 15 | 54 |
| Binary | 10000000 | 1100010 | 1110001 | 0 | 10111 | 1100 | 110010 | 101001010 | 1101 | 101100 |
Color Harmonies of #806271
Complementary color
Monochromatic Colors of #806271
Black with #806271
Text Example
Text Example
White with #806271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806271; }
p { color: rgb(128,98,113); }
H1.HeaderClassName
{
color: #806271;
}
.AnyTagClassName
{
color: #806271;
}
</style>
background-color css
<style>
a { background-color: #806271; }
a { background-color: rgb(128,98,113); }
div.DivClassName
{
background-color: #806271;
}
.BgClassName
{
background-color: #806271;
}
</style>
border-color css
<style>
span { border-color: #806271; }
span { border-color: rgb(128,98,113); }
td.TdClassName
{
border-color: #806271;
}
.TagClassName
{
border-color: #806271;
}
</style>