#9E356C

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

Shades of Rouge #9E356C

Tints of Rouge #9E356C

Color information

#9E356C (or 0x9E356C) is unknown color: approx Rouge. HEX triplet: 9E, 35 and 6C. RGB value is (158,53,108). Sum of RGB (Red+Green+Blue) = 158+53+108=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E356C is #61CA93. Grayscale: #5A5A5A. Windows color (decimal): -6408852 or 7091614. OLE color: 7091614.

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

Color convert

RGB15853108-
CMYK00.660.320.38
HSL328.57º49.76%41.37%-
HSV(B)328.57º66.46%61.96%-
XYZ18.0810.915.34-
YUV90.66137.79176.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.53%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=49.53%
G=16.61%
B=33.86%

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
Decimal1585310800.660.320.38328.5749.7641.37
Hex9E356C04220261493229
Octal23665154010240465116251
Binary10011110110101110110001000010100000100110101001001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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