#9D3C73

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

Shades of Rouge #9D3C73

Tints of Rouge #9D3C73

Color information

#9D3C73 (or 0x9D3C73) is unknown color: approx Rouge. HEX triplet: 9D, 3C and 73. RGB value is (157,60,115). Sum of RGB (Red+Green+Blue) = 157+60+115=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3C73 is #62C38C. Grayscale: #5F5F5F. Windows color (decimal): -6472589 or 7552157. OLE color: 7552157.

HSL color Cylindrical-coordinate representation of color #9D3C73: hue angle of 325.98º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D3C73 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15760115-
CMYK00.620.270.38
HSL325.98º44.7%42.55%-
HSV(B)325.98º61.78%61.57%-
XYZ18.6111.6417.48-
YUV95.27139.14172.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.29%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=47.29%
G=18.07%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576011500.620.270.38325.9844.742.55
Hex9D3C7303E1B261462d2b
Octal2357416307633465065553
Binary100111011111001110011011111011011100110101000110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,60,115); }

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

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

 a { background-color: rgb(157,60,115); }

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

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

 span { border-color: rgb(157,60,115); }

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