#9E356B

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

Shades of Rouge #9E356B

Tints of Rouge #9E356B

Color information

#9E356B (or 0x9E356B) is unknown color: approx Rouge. HEX triplet: 9E, 35 and 6B. RGB value is (158,53,107). Sum of RGB (Red+Green+Blue) = 158+53+107=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E356B is #61CA94. Grayscale: #5A5A5A. Windows color (decimal): -6408853 or 7026078. OLE color: 7026078.

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

Color convert

RGB15853107-
CMYK00.660.320.38
HSL329.14º49.76%41.37%-
HSV(B)329.14º66.46%61.96%-
XYZ18.0310.8815.06-
YUV90.55137.29176.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.69%
GREEN value IS 53 (21.09% from 255) = 16.67%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=49.69%
G=16.67%
B=33.65%

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
Decimal1585310700.660.320.38329.1449.7641.37
Hex9E356B04220261493229
Octal23665153010240465116251
Binary10011110110101110101101000010100000100110101001001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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