Shades of Mauve Taupe #815F70
Tints of Mauve Taupe #815F70
RGB
CMYK
RGB Variations
Color information
#815F70 (or 0x815F70) is known color: Mauve Taupe. HEX triplet: 81, 5F and 70. RGB value is (129,95,112). Sum of RGB (Red+Green+Blue) = 129+95+112=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #815F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F70 is #7EA08F. Grayscale: #6B6B6B. Windows color (decimal): -8298640 or 7364481. OLE color: 7364481.
HSL color Cylindrical-coordinate representation of color #815F70: hue angle of 330º 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 #815F70 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 95 | 112 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.49 |
| HSL | 330º | 0.15% | 0.44% | - |
| HSV(B) | 330º | 0.26% | 0.51% | - |
| XYZ | 16.07 | 14.02 | 17.19 | - |
| YUV | 107.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 112 | 0 | 0.26 | 0.13 | 0.49 | 330 | 0.15 | 0.44 |
| Hex | 81 | 5F | 70 | 0 | 1A | D | 31 | 14A | F | 2C |
| Octal | 201 | 137 | 160 | 0 | 32 | 15 | 61 | 512 | 17 | 54 |
| Binary | 10000001 | 1011111 | 1110000 | 0 | 11010 | 1101 | 110001 | 101001010 | 1111 | 101100 |
Color Harmonies of #815F70
Complementary color
Monochromatic Colors of #815F70
Black with #815F70
Text Example
Text Example
White with #815F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815F70; }
p { color: rgb(129,95,112); }
H1.HeaderClassName
{
color: #815F70;
}
.AnyTagClassName
{
color: #815F70;
}
</style>
background-color css
<style>
a { background-color: #815F70; }
a { background-color: rgb(129,95,112); }
div.DivClassName
{
background-color: #815F70;
}
.BgClassName
{
background-color: #815F70;
}
</style>
border-color css
<style>
span { border-color: #815F70; }
span { border-color: rgb(129,95,112); }
td.TdClassName
{
border-color: #815F70;
}
.TagClassName
{
border-color: #815F70;
}
</style>