Shades of Empress #8B6E71
Tints of Empress #8B6E71
RGB
CMYK
RGB Variations
Color information
#8B6E71 (or 0x8B6E71) is known color: Empress. HEX triplet: 8B, 6E and 71. RGB value is (139,110,113). Sum of RGB (Red+Green+Blue) = 139+110+113=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E71 is #74918E. Grayscale: #777777. Windows color (decimal): -7639439 or 7433867. OLE color: 7433867.
HSL color Cylindrical-coordinate representation of color #8B6E71: hue angle of 353.79º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B6E71 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 113 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.45 |
| HSL | 353.79º | 0.12% | 0.49% | - |
| HSV(B) | 353.79º | 0.21% | 0.55% | - |
| XYZ | 19.2 | 17.83 | 18.05 | - |
| YUV | 119.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 113 | 0 | 0.21 | 0.19 | 0.45 | 353.79 | 0.12 | 0.49 |
| Hex | 8B | 6E | 71 | 0 | 15 | 13 | 2D | 162 | C | 31 |
| Octal | 213 | 156 | 161 | 0 | 25 | 23 | 55 | 542 | 14 | 61 |
| Binary | 10001011 | 1101110 | 1110001 | 0 | 10101 | 10011 | 101101 | 101100010 | 1100 | 110001 |
Color Harmonies of #8B6E71
Complementary color
Monochromatic Colors of #8B6E71
Black with #8B6E71
Text Example
Text Example
White with #8B6E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E71; }
p { color: rgb(139,110,113); }
H1.HeaderClassName
{
color: #8B6E71;
}
.AnyTagClassName
{
color: #8B6E71;
}
</style>
background-color css
<style>
a { background-color: #8B6E71; }
a { background-color: rgb(139,110,113); }
div.DivClassName
{
background-color: #8B6E71;
}
.BgClassName
{
background-color: #8B6E71;
}
</style>
border-color css
<style>
span { border-color: #8B6E71; }
span { border-color: rgb(139,110,113); }
td.TdClassName
{
border-color: #8B6E71;
}
.TagClassName
{
border-color: #8B6E71;
}
</style>