#9D3271

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

Shades of Rouge #9D3271

Tints of Rouge #9D3271

Color information

#9D3271 (or 0x9D3271) is unknown color: approx Rouge. HEX triplet: 9D, 32 and 71. RGB value is (157,50,113). Sum of RGB (Red+Green+Blue) = 157+50+113=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3271 is #62CD8E. Grayscale: #595959. Windows color (decimal): -6475151 or 7418525. OLE color: 7418525.

HSL color Cylindrical-coordinate representation of color #9D3271: hue angle of 324.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3271 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15750113-
CMYK00.680.280.38
HSL324.67º51.69%40.59%-
HSV(B)324.67º68.15%61.57%-
XYZ18.0310.6416.73-
YUV89.18141.45176.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.06%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=49.06%
G=15.62%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575011300.680.280.38324.6751.6940.59
Hex9D32710441C261453429
Octal23562161010434465056451
Binary1001110111001011100010100010011100100110101000101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,50,113); }

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

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

 a { background-color: rgb(157,50,113); }

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

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

 span { border-color: rgb(157,50,113); }

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