#8F7172

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

Shades of Empress #8F7172

Tints of Empress #8F7172

Color information

#8F7172 (or 0x8F7172) is unknown color: approx Empress. HEX triplet: 8F, 71 and 72. RGB value is (143,113,114). Sum of RGB (Red+Green+Blue) = 143+113+114=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7172 is #708E8D. Grayscale: #7A7A7A. Windows color (decimal): -7376526 or 7500175. OLE color: 7500175.

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

Color convert

RGB143113114-
CMYK00.210.200.44
HSL358º11.81%50.2%-
HSV(B)358º20.98%56.08%-
XYZ20.2718.8618.49-
YUV122.08123.44142.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.65%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=38.65%
G=30.54%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311311400.210.200.4435811.8150.2
Hex8F7172015142C166c32
Octal21716116202524545461462
Binary1000111111100011110010010101101001011001011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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