#9E3663

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

Shades of Rouge #9E3663

Tints of Rouge #9E3663

Color information

#9E3663 (or 0x9E3663) is unknown color: approx Rouge. HEX triplet: 9E, 36 and 63. RGB value is (158,54,99). Sum of RGB (Red+Green+Blue) = 158+54+99=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3663 is #61C99C. Grayscale: #5A5A5A. Windows color (decimal): -6408605 or 6502046. OLE color: 6502046.

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

Color convert

RGB1585499-
CMYK00.660.370.38
HSL334.04º49.06%41.57%-
HSV(B)334.04º65.82%61.96%-
XYZ17.6710.8112.96-
YUV90.23132.96176.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=50.80%
G=17.36%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158549900.660.370.38334.0449.0641.57
Hex9E3663042252614e312a
Octal23666143010245465166152
Binary10011110110110110001101000010100101100110101001110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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