#897374

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

Shades of Empress #897374

Tints of Empress #897374

Color information

#897374 (or 0x897374) is unknown color: approx Empress. HEX triplet: 89, 73 and 74. RGB value is (137,115,116). Sum of RGB (Red+Green+Blue) = 137+115+116=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #897374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897374 is #768C8B. Grayscale: #797979. Windows color (decimal): -7769228 or 7631753. OLE color: 7631753.

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

Color convert

RGB137115116-
CMYK00.160.150.46
HSL357.27º8.73%49.41%-
HSV(B)357.27º16.06%53.73%-
XYZ19.618.8419.13-
YUV121.69124.79138.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 116 (45.70% from 255) = 31.52%
R=37.23%
G=31.25%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711511600.160.150.46357.278.7349.41
Hex897374010F2E165931
Octal21116316402017565451161
Binary100010011110011111010001000011111011101011001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897374; }

 p { color: rgb(137,115,116); }

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

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

 a { background-color: rgb(137,115,116); }

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

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

 span { border-color: rgb(137,115,116); }

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