#9E3773

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

Shades of Rouge #9E3773

Tints of Rouge #9E3773

Color information

#9E3773 (or 0x9E3773) is unknown color: approx Rouge. HEX triplet: 9E, 37 and 73. RGB value is (158,55,115). Sum of RGB (Red+Green+Blue) = 158+55+115=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3773 is #61C88C. Grayscale: #5C5C5C. Windows color (decimal): -6408333 or 7550878. OLE color: 7550878.

HSL color Cylindrical-coordinate representation of color #9E3773: hue angle of 325.05º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3773 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15855115-
CMYK00.650.270.38
HSL325.05º48.36%41.76%-
HSV(B)325.05º65.19%61.96%-
XYZ18.5611.2417.41-
YUV92.64140.62174.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.17%
GREEN value IS 55 (21.88% from 255) = 16.77%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=48.17%
G=16.77%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585511500.650.270.38325.0548.3641.76
Hex9E37730411B26145302a
Octal23667163010133465056052
Binary1001111011011111100110100000111011100110101000101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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