#73476D

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

Shades of Eminence #73476D

Tints of Eminence #73476D

Color information

#73476D (or 0x73476D) is unknown color: approx Eminence. HEX triplet: 73, 47 and 6D. RGB value is (115,71,109). Sum of RGB (Red+Green+Blue) = 115+71+109=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #73476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73476D is #8CB892. Grayscale: #585858. Windows color (decimal): -9222291 or 7161715. OLE color: 7161715.

HSL color Cylindrical-coordinate representation of color #73476D: hue angle of 308.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73476D is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11571109-
CMYK00.380.050.55
HSL308.18º23.66%36.47%-
HSV(B)308.18º38.26%45.1%-
XYZ12.089.2615.62-
YUV88.49139.58146.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=38.98%
G=24.07%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157110900.380.050.55308.1823.6636.47
Hex73476D0265371341824
Octal1631071550465674643044
Binary111001110001111101101010011010111011110011010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73476D; }

 p { color: rgb(115,71,109); }

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

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

 a { background-color: rgb(115,71,109); }

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

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

 span { border-color: rgb(115,71,109); }

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