#9E3575

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

Shades of Rouge #9E3575

Tints of Rouge #9E3575

Color information

#9E3575 (or 0x9E3575) is unknown color: approx Rouge. HEX triplet: 9E, 35 and 75. RGB value is (158,53,117). Sum of RGB (Red+Green+Blue) = 158+53+117=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3575 is #61CA8A. Grayscale: #5B5B5B. Windows color (decimal): -6408843 or 7681438. OLE color: 7681438.

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

Color convert

RGB15853117-
CMYK00.660.260.38
HSL323.43º49.76%41.37%-
HSV(B)323.43º66.46%61.96%-
XYZ18.5811.117.99-
YUV91.69142.29175.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.17%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=48.17%
G=16.16%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585311700.660.260.38323.4349.7641.37
Hex9E35750421A261433229
Octal23665165010232465036251
Binary1001111011010111101010100001011010100110101000011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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