Shades of Empress #816C71
Tints of Empress #816C71
RGB
CMYK
RGB Variations
Color information
#816C71 (or 0x816C71) is known color: Empress. HEX triplet: 81, 6C and 71. RGB value is (129,108,113). Sum of RGB (Red+Green+Blue) = 129+108+113=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #816C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C71 is #7E938E. Grayscale: #727272. Windows color (decimal): -8295311 or 7433345. OLE color: 7433345.
HSL color Cylindrical-coordinate representation of color #816C71: hue angle of 345.71º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #816C71 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 113 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.49 |
| HSL | 345.71º | 0.09% | 0.46% | - |
| HSV(B) | 345.71º | 0.16% | 0.51% | - |
| XYZ | 17.4 | 16.58 | 17.91 | - |
| YUV | 114.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 113 | 0 | 0.16 | 0.12 | 0.49 | 345.71 | 0.09 | 0.46 |
| Hex | 81 | 6C | 71 | 0 | 10 | C | 31 | 15A | 9 | 2E |
| Octal | 201 | 154 | 161 | 0 | 20 | 14 | 61 | 532 | 11 | 56 |
| Binary | 10000001 | 1101100 | 1110001 | 0 | 10000 | 1100 | 110001 | 101011010 | 1001 | 101110 |
Color Harmonies of #816C71
Complementary color
Monochromatic Colors of #816C71
Black with #816C71
Text Example
Text Example
White with #816C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C71; }
p { color: rgb(129,108,113); }
H1.HeaderClassName
{
color: #816C71;
}
.AnyTagClassName
{
color: #816C71;
}
</style>
background-color css
<style>
a { background-color: #816C71; }
a { background-color: rgb(129,108,113); }
div.DivClassName
{
background-color: #816C71;
}
.BgClassName
{
background-color: #816C71;
}
</style>
border-color css
<style>
span { border-color: #816C71; }
span { border-color: rgb(129,108,113); }
td.TdClassName
{
border-color: #816C71;
}
.TagClassName
{
border-color: #816C71;
}
</style>