#9d3d73

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

Shades of Rouge #9D3D73

Tints of Rouge #9D3D73

Color information

#9D3D73 (or 0x9D3D73) is unknown color: approx Rouge. HEX triplet: 9D, 3D and 73. RGB value is (157,61,115). Sum of RGB (Red+Green+Blue) = 157+61+115=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3D73 is #62C28C. Grayscale: #5F5F5F. Windows color (decimal): -6472333 or 7552413. OLE color: 7552413.

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

Color convert

RGB15761115-
CMYK00.610.270.38
HSL326.25º44.04%42.75%-
HSV(B)326.25º61.15%61.57%-
XYZ18.6711.7417.5-
YUV95.86138.8171.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=47.15%
G=18.32%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576111500.610.270.38326.2544.0442.75
Hex9D3D7303D1B261462c2b
Octal2357516307533465065453
Binary100111011111011110011011110111011100110101000110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d3d73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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