#857071

Color #857071 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #857071

Tints of Empress #857071

Color information

#857071 (or 0x857071) is unknown color: approx Empress. HEX triplet: 85, 70 and 71. RGB value is (133,112,113). Sum of RGB (Red+Green+Blue) = 133+112+113=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #857071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857071 is #7A8F8E. Grayscale: #767676. Windows color (decimal): -8032143 or 7434373. OLE color: 7434373.

HSL color Cylindrical-coordinate representation of color #857071: hue angle of 357.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #857071 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB133112113-
CMYK00.160.150.48
HSL357.14º8.57%48.04%-
HSV(B)357.14º15.79%52.16%-
XYZ18.4517.7718.08-
YUV118.39124.96138.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=37.15%
G=31.28%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311211300.160.150.48357.148.5748.04
Hex857071010F30165930
Octal20516016102017605451160
Binary100001011110000111000101000011111100001011001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857071; }

 p { color: rgb(133,112,113); }

 H1.HeaderClassName
 {
   color: #857071;
 }
 .AnyTagClassName
 {
   color: #857071;
 }
</style>
background-color css

<style>
 a { background-color: #857071; }

 a { background-color: rgb(133,112,113); }

 div.DivClassName
 {
   background-color: #857071;
 }
 .BgClassName
 {
   background-color: #857071;
 }
</style>
border-color css

<style>
 span { border-color: #857071; }

 span { border-color: rgb(133,112,113); }

 td.TdClassName
 {
   border-color: #857071;
 }
 .TagClassName
 {
   border-color: #857071;
 }
</style>