#9E3664

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

Shades of Rouge #9E3664

Tints of Rouge #9E3664

Color information

#9E3664 (or 0x9E3664) is unknown color: approx Rouge. HEX triplet: 9E, 36 and 64. RGB value is (158,54,100). Sum of RGB (Red+Green+Blue) = 158+54+100=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3664 is #61C99B. Grayscale: #5A5A5A. Windows color (decimal): -6408604 or 6567582. OLE color: 6567582.

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

Color convert

RGB15854100-
CMYK00.660.370.38
HSL333.46º49.06%41.57%-
HSV(B)333.46º65.82%61.96%-
XYZ17.7210.8313.21-
YUV90.34133.46176.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.64%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=50.64%
G=17.31%
B=32.05%

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
Decimal1585410000.660.370.38333.4649.0641.57
Hex9E3664042252614d312a
Octal23666144010245465156152
Binary10011110110110110010001000010100101100110101001101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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