#897273

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

Shades of Empress #897273

Tints of Empress #897273

Color information

#897273 (or 0x897273) is unknown color: approx Empress. HEX triplet: 89, 72 and 73. RGB value is (137,114,115). Sum of RGB (Red+Green+Blue) = 137+114+115=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #897273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897273 is #768D8C. Grayscale: #797979. Windows color (decimal): -7769485 or 7565961. OLE color: 7565961.

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

Color convert

RGB137114115-
CMYK00.170.160.46
HSL357.39º9.16%49.22%-
HSV(B)357.39º16.79%53.73%-
XYZ19.4318.5918.78-
YUV120.99124.62139.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=37.43%
G=31.15%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711411500.170.160.46357.399.1649.22
Hex897273011102E165931
Octal21116216302120565451161
Binary1000100111100101110011010001100001011101011001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897273; }

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

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

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

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

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

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

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

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