#8F7071

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

Shades of Empress #8F7071

Tints of Empress #8F7071

Color information

#8F7071 (or 0x8F7071) is unknown color: approx Empress. HEX triplet: 8F, 70 and 71. RGB value is (143,112,113). Sum of RGB (Red+Green+Blue) = 143+112+113=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7071 is #708F8E. Grayscale: #797979. Windows color (decimal): -7376783 or 7434383. OLE color: 7434383.

HSL color Cylindrical-coordinate representation of color #8F7071: hue angle of 358.06º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F7071 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB143112113-
CMYK00.220.210.44
HSL358.06º12.16%50%-
HSV(B)358.06º21.68%56.08%-
XYZ20.118.6218.16-
YUV121.38123.27143.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=38.86%
G=30.43%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311211300.220.210.44358.0612.1650
Hex8F7071016152C166c32
Octal21716016102625545461462
Binary1000111111100001110001010110101011011001011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F7071; }

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

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

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

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

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

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

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

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