#9E356F

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

Shades of Rouge #9E356F

Tints of Rouge #9E356F

Color information

#9E356F (or 0x9E356F) is unknown color: approx Rouge. HEX triplet: 9E, 35 and 6F. RGB value is (158,53,111). Sum of RGB (Red+Green+Blue) = 158+53+111=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E356F is #61CA90. Grayscale: #5A5A5A. Windows color (decimal): -6408849 or 7288222. OLE color: 7288222.

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

Color convert

RGB15853111-
CMYK00.660.300.38
HSL326.86º49.76%41.37%-
HSV(B)326.86º66.46%61.96%-
XYZ18.2410.9616.19-
YUV91.01139.29175.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.07%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=49.07%
G=16.46%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585311100.660.300.38326.8649.7641.37
Hex9E356F0421E261473229
Octal23665157010236465076251
Binary1001111011010111011110100001011110100110101000111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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