#73446D

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

Shades of Eminence #73446D

Tints of Eminence #73446D

Color information

#73446D (or 0x73446D) is unknown color: approx Eminence. HEX triplet: 73, 44 and 6D. RGB value is (115,68,109). Sum of RGB (Red+Green+Blue) = 115+68+109=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73446D is #8CBB92. Grayscale: #565656. Windows color (decimal): -9223059 or 7160947. OLE color: 7160947.

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

Color convert

RGB11568109-
CMYK00.410.050.55
HSL307.66º25.68%35.88%-
HSV(B)307.66º40.87%45.1%-
XYZ11.98.8815.56-
YUV86.73140.57148.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=39.38%
G=23.29%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156810900.410.050.55307.6625.6835.88
Hex73446D0295371341a24
Octal1631041550515674643244
Binary111001110001001101101010100110111011110011010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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