#9D3073

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

Shades of Rouge #9D3073

Tints of Rouge #9D3073

Color information

#9D3073 (or 0x9D3073) is unknown color: approx Rouge. HEX triplet: 9D, 30 and 73. RGB value is (157,48,115). Sum of RGB (Red+Green+Blue) = 157+48+115=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3073 is #62CF8C. Grayscale: #585858. Windows color (decimal): -6475661 or 7549085. OLE color: 7549085.

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

Color convert

RGB15748115-
CMYK00.690.270.38
HSL323.12º53.17%40.2%-
HSV(B)323.12º69.43%61.57%-
XYZ18.0610.5217.3-
YUV88.23143.11177.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.06%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=49.06%
G=15%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574811500.690.270.38323.1253.1740.2
Hex9D30730451B261433528
Octal23560163010533465036550
Binary1001110111000011100110100010111011100110101000011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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