#9E366B

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

Shades of Rouge #9E366B

Tints of Rouge #9E366B

Color information

#9E366B (or 0x9E366B) is unknown color: approx Rouge. HEX triplet: 9E, 36 and 6B. RGB value is (158,54,107). Sum of RGB (Red+Green+Blue) = 158+54+107=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E366B is #61C994. Grayscale: #5B5B5B. Windows color (decimal): -6408597 or 7026334. OLE color: 7026334.

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

Color convert

RGB15854107-
CMYK00.660.320.38
HSL329.42º49.06%41.57%-
HSV(B)329.42º65.82%61.96%-
XYZ18.0710.9715.07-
YUV91.14136.96175.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.53%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=49.53%
G=16.93%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585410700.660.320.38329.4249.0641.57
Hex9E366B0422026149312a
Octal23666153010240465116152
Binary10011110110110110101101000010100000100110101001001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,54,107); }

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

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

 a { background-color: rgb(158,54,107); }

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

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

 span { border-color: rgb(158,54,107); }

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