#9E3073

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

Shades of Rouge #9E3073

Tints of Rouge #9E3073

Color information

#9E3073 (or 0x9E3073) is unknown color: approx Rouge. HEX triplet: 9E, 30 and 73. RGB value is (158,48,115). Sum of RGB (Red+Green+Blue) = 158+48+115=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3073 is #61CF8C. Grayscale: #585858. Windows color (decimal): -6410125 or 7549086. OLE color: 7549086.

HSL color Cylindrical-coordinate representation of color #9E3073: hue angle of 323.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3073 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15848115-
CMYK00.700.270.38
HSL323.45º53.4%40.39%-
HSV(B)323.45º69.62%61.96%-
XYZ18.2510.6217.31-
YUV88.53142.94177.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.22%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=49.22%
G=14.95%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584811500.700.270.38323.4553.440.39
Hex9E30730461B261433528
Octal23660163010633465036550
Binary1001111011000011100110100011011011100110101000011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E3073; }

 p { color: rgb(158,48,115); }

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

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

 a { background-color: rgb(158,48,115); }

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

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

 span { border-color: rgb(158,48,115); }

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