#9e3772

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

Shades of Rouge #9E3772

Tints of Rouge #9E3772

Color information

#9E3772 (or 0x9E3772) is unknown color: approx Rouge. HEX triplet: 9E, 37 and 72. RGB value is (158,55,114). Sum of RGB (Red+Green+Blue) = 158+55+114=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3772 is #61C88D. Grayscale: #5C5C5C. Windows color (decimal): -6408334 or 7485342. OLE color: 7485342.

HSL color Cylindrical-coordinate representation of color #9E3772: hue angle of 325.63º 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 #9E3772 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15855114-
CMYK00.650.280.38
HSL325.63º48.36%41.76%-
HSV(B)325.63º65.19%61.96%-
XYZ18.511.2217.11-
YUV92.52140.12174.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=48.32%
G=16.82%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585511400.650.280.38325.6348.3641.76
Hex9E37720411C26146302a
Octal23667162010134465066052
Binary1001111011011111100100100000111100100110101000110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e3772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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