Shades of Mauve Taupe #816070
Tints of Mauve Taupe #816070
RGB
CMYK
RGB Variations
Color information
#816070 (or 0x816070) is known color: Mauve Taupe. HEX triplet: 81, 60 and 70. RGB value is (129,96,112). Sum of RGB (Red+Green+Blue) = 129+96+112=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #816070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816070 is #7E9F8F. Grayscale: #6B6B6B. Windows color (decimal): -8298384 or 7364737. OLE color: 7364737.
HSL color Cylindrical-coordinate representation of color #816070: hue angle of 330.91º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816070 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 96 | 112 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.49 |
| HSL | 330.91º | 0.15% | 0.44% | - |
| HSV(B) | 330.91º | 0.26% | 0.51% | - |
| XYZ | 16.16 | 14.2 | 17.22 | - |
| YUV | 107.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 96 | 112 | 0 | 0.26 | 0.13 | 0.49 | 330.91 | 0.15 | 0.44 |
| Hex | 81 | 60 | 70 | 0 | 1A | D | 31 | 14B | F | 2C |
| Octal | 201 | 140 | 160 | 0 | 32 | 15 | 61 | 513 | 17 | 54 |
| Binary | 10000001 | 1100000 | 1110000 | 0 | 11010 | 1101 | 110001 | 101001011 | 1111 | 101100 |
Color Harmonies of #816070
Complementary color
Monochromatic Colors of #816070
Black with #816070
Text Example
Text Example
White with #816070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816070; }
p { color: rgb(129,96,112); }
H1.HeaderClassName
{
color: #816070;
}
.AnyTagClassName
{
color: #816070;
}
</style>
background-color css
<style>
a { background-color: #816070; }
a { background-color: rgb(129,96,112); }
div.DivClassName
{
background-color: #816070;
}
.BgClassName
{
background-color: #816070;
}
</style>
border-color css
<style>
span { border-color: #816070; }
span { border-color: rgb(129,96,112); }
td.TdClassName
{
border-color: #816070;
}
.TagClassName
{
border-color: #816070;
}
</style>