#9E3571

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

Shades of Rouge #9E3571

Tints of Rouge #9E3571

Color information

#9E3571 (or 0x9E3571) is unknown color: approx Rouge. HEX triplet: 9E, 35 and 71. RGB value is (158,53,113). Sum of RGB (Red+Green+Blue) = 158+53+113=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3571 is #61CA8E. Grayscale: #5B5B5B. Windows color (decimal): -6408847 or 7419294. OLE color: 7419294.

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

Color convert

RGB15853113-
CMYK00.660.280.38
HSL325.71º49.76%41.37%-
HSV(B)325.71º66.46%61.96%-
XYZ18.3511.0116.78-
YUV91.24140.29175.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.77%
GREEN value IS 53 (21.09% from 255) = 16.36%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=48.77%
G=16.36%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585311300.660.280.38325.7149.7641.37
Hex9E35710421C261463229
Octal23665161010234465066251
Binary1001111011010111100010100001011100100110101000110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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