Shades of Mauve Taupe #80616F
Tints of Mauve Taupe #80616F
RGB
CMYK
RGB Variations
Color information
#80616F (or 0x80616F) is known color: Mauve Taupe. HEX triplet: 80, 61 and 6F. RGB value is (128,97,111). Sum of RGB (Red+Green+Blue) = 128+97+111=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #80616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80616F is #7F9E90. Grayscale: #6B6B6B. Windows color (decimal): -8363665 or 7299456. OLE color: 7299456.
HSL color Cylindrical-coordinate representation of color #80616F: hue angle of 332.9º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80616F is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 97 | 111 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.50 |
| HSL | 332.9º | 0.14% | 0.44% | - |
| HSV(B) | 332.9º | 0.24% | 0.5% | - |
| XYZ | 16.05 | 14.29 | 16.95 | - |
| YUV | 107.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 111 | 0 | 0.24 | 0.13 | 0.50 | 332.9 | 0.14 | 0.44 |
| Hex | 80 | 61 | 6F | 0 | 18 | D | 32 | 14D | E | 2C |
| Octal | 200 | 141 | 157 | 0 | 30 | 15 | 62 | 515 | 16 | 54 |
| Binary | 10000000 | 1100001 | 1101111 | 0 | 11000 | 1101 | 110010 | 101001101 | 1110 | 101100 |
Color Harmonies of #80616F
Complementary color
Monochromatic Colors of #80616F
Black with #80616F
Text Example
Text Example
White with #80616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80616F; }
p { color: rgb(128,97,111); }
H1.HeaderClassName
{
color: #80616F;
}
.AnyTagClassName
{
color: #80616F;
}
</style>
background-color css
<style>
a { background-color: #80616F; }
a { background-color: rgb(128,97,111); }
div.DivClassName
{
background-color: #80616F;
}
.BgClassName
{
background-color: #80616F;
}
</style>
border-color css
<style>
span { border-color: #80616F; }
span { border-color: rgb(128,97,111); }
td.TdClassName
{
border-color: #80616F;
}
.TagClassName
{
border-color: #80616F;
}
</style>