Shades of Mauve Taupe #81616B
Tints of Mauve Taupe #81616B
RGB
CMYK
RGB Variations
Color information
#81616B (or 0x81616B) is known color: Mauve Taupe. HEX triplet: 81, 61 and 6B. RGB value is (129,97,107). Sum of RGB (Red+Green+Blue) = 129+97+107=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #81616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81616B is #7E9E94. Grayscale: #6B6B6B. Windows color (decimal): -8298133 or 7037313. OLE color: 7037313.
HSL color Cylindrical-coordinate representation of color #81616B: hue angle of 341.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81616B is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 97 | 107 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.49 |
| HSL | 341.25º | 0.14% | 0.44% | - |
| HSV(B) | 341.25º | 0.25% | 0.51% | - |
| XYZ | 15.98 | 14.28 | 15.82 | - |
| YUV | 107.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 107 | 0 | 0.25 | 0.17 | 0.49 | 341.25 | 0.14 | 0.44 |
| Hex | 81 | 61 | 6B | 0 | 19 | 11 | 31 | 155 | E | 2C |
| Octal | 201 | 141 | 153 | 0 | 31 | 21 | 61 | 525 | 16 | 54 |
| Binary | 10000001 | 1100001 | 1101011 | 0 | 11001 | 10001 | 110001 | 101010101 | 1110 | 101100 |
Color Harmonies of #81616B
Complementary color
Monochromatic Colors of #81616B
Black with #81616B
Text Example
Text Example
White with #81616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81616B; }
p { color: rgb(129,97,107); }
H1.HeaderClassName
{
color: #81616B;
}
.AnyTagClassName
{
color: #81616B;
}
</style>
background-color css
<style>
a { background-color: #81616B; }
a { background-color: rgb(129,97,107); }
div.DivClassName
{
background-color: #81616B;
}
.BgClassName
{
background-color: #81616B;
}
</style>
border-color css
<style>
span { border-color: #81616B; }
span { border-color: rgb(129,97,107); }
td.TdClassName
{
border-color: #81616B;
}
.TagClassName
{
border-color: #81616B;
}
</style>