Shades of Empress #836F71
Tints of Empress #836F71
RGB
CMYK
RGB Variations
Color information
#836F71 (or 0x836F71) is known color: Empress. HEX triplet: 83, 6F and 71. RGB value is (131,111,113). Sum of RGB (Red+Green+Blue) = 131+111+113=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #836F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F71 is #7C908E. Grayscale: #757575. Windows color (decimal): -8163471 or 7434115. OLE color: 7434115.
HSL color Cylindrical-coordinate representation of color #836F71: hue angle of 354º 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 #836F71 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 113 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.49 |
| HSL | 354º | 0.08% | 0.47% | - |
| HSV(B) | 354º | 0.15% | 0.51% | - |
| XYZ | 18.03 | 17.39 | 18.03 | - |
| YUV | 117.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 113 | 0 | 0.15 | 0.14 | 0.49 | 354 | 0.08 | 0.47 |
| Hex | 83 | 6F | 71 | 0 | F | E | 31 | 162 | 8 | 2F |
| Octal | 203 | 157 | 161 | 0 | 17 | 16 | 61 | 542 | 10 | 57 |
| Binary | 10000011 | 1101111 | 1110001 | 0 | 1111 | 1110 | 110001 | 101100010 | 1000 | 101111 |
Color Harmonies of #836F71
Complementary color
Monochromatic Colors of #836F71
Black with #836F71
Text Example
Text Example
White with #836F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F71; }
p { color: rgb(131,111,113); }
H1.HeaderClassName
{
color: #836F71;
}
.AnyTagClassName
{
color: #836F71;
}
</style>
background-color css
<style>
a { background-color: #836F71; }
a { background-color: rgb(131,111,113); }
div.DivClassName
{
background-color: #836F71;
}
.BgClassName
{
background-color: #836F71;
}
</style>
border-color css
<style>
span { border-color: #836F71; }
span { border-color: rgb(131,111,113); }
td.TdClassName
{
border-color: #836F71;
}
.TagClassName
{
border-color: #836F71;
}
</style>