Shades of Empress #816E71
Tints of Empress #816E71
RGB
CMYK
RGB Variations
Color information
#816E71 (or 0x816E71) is known color: Empress. HEX triplet: 81, 6E and 71. RGB value is (129,110,113). Sum of RGB (Red+Green+Blue) = 129+110+113=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 129 - color contains mainly: red. Hex color #816E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E71 is #7E918E. Grayscale: #747474. Windows color (decimal): -8294799 or 7433857. OLE color: 7433857.
HSL color Cylindrical-coordinate representation of color #816E71: hue angle of 350.53º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #816E71 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 113 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.49 |
| HSL | 350.53º | 0.08% | 0.47% | - |
| HSV(B) | 350.53º | 0.15% | 0.51% | - |
| XYZ | 17.61 | 17.01 | 17.98 | - |
| YUV | 116.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 113 | 0 | 0.15 | 0.12 | 0.49 | 350.53 | 0.08 | 0.47 |
| Hex | 81 | 6E | 71 | 0 | F | C | 31 | 15F | 8 | 2F |
| Octal | 201 | 156 | 161 | 0 | 17 | 14 | 61 | 537 | 10 | 57 |
| Binary | 10000001 | 1101110 | 1110001 | 0 | 1111 | 1100 | 110001 | 101011111 | 1000 | 101111 |
Color Harmonies of #816E71
Complementary color
Monochromatic Colors of #816E71
Black with #816E71
Text Example
Text Example
White with #816E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E71; }
p { color: rgb(129,110,113); }
H1.HeaderClassName
{
color: #816E71;
}
.AnyTagClassName
{
color: #816E71;
}
</style>
background-color css
<style>
a { background-color: #816E71; }
a { background-color: rgb(129,110,113); }
div.DivClassName
{
background-color: #816E71;
}
.BgClassName
{
background-color: #816E71;
}
</style>
border-color css
<style>
span { border-color: #816E71; }
span { border-color: rgb(129,110,113); }
td.TdClassName
{
border-color: #816E71;
}
.TagClassName
{
border-color: #816E71;
}
</style>