#9D3575

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

Shades of Rouge #9D3575

Tints of Rouge #9D3575

Color information

#9D3575 (or 0x9D3575) is unknown color: approx Rouge. HEX triplet: 9D, 35 and 75. RGB value is (157,53,117). Sum of RGB (Red+Green+Blue) = 157+53+117=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3575 is #62CA8A. Grayscale: #5B5B5B. Windows color (decimal): -6474379 or 7681437. OLE color: 7681437.

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

Color convert

RGB15753117-
CMYK00.660.250.38
HSL323.08º49.52%41.18%-
HSV(B)323.08º66.24%61.57%-
XYZ18.391117.98-
YUV91.39142.46174.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.01%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=48.01%
G=16.21%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575311700.660.250.38323.0849.5241.18
Hex9D357504219261433229
Octal23565165010231465036251
Binary1001110111010111101010100001011001100110101000011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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