#9E3564

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

Shades of Rouge #9E3564

Tints of Rouge #9E3564

Color information

#9E3564 (or 0x9E3564) is unknown color: approx Rouge. HEX triplet: 9E, 35 and 64. RGB value is (158,53,100). Sum of RGB (Red+Green+Blue) = 158+53+100=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3564 is #61CA9B. Grayscale: #595959. Windows color (decimal): -6408860 or 6567326. OLE color: 6567326.

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

Color convert

RGB15853100-
CMYK00.660.370.38
HSL333.14º49.76%41.37%-
HSV(B)333.14º66.46%61.96%-
XYZ17.6710.7413.2-
YUV89.75133.79176.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=50.80%
G=17.04%
B=32.15%

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
Decimal1585310000.660.370.38333.1449.7641.37
Hex9E3564042252614d3229
Octal23665144010245465156251
Binary10011110110101110010001000010100101100110101001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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