#9D3971

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

Shades of Rouge #9D3971

Tints of Rouge #9D3971

Color information

#9D3971 (or 0x9D3971) is unknown color: approx Rouge. HEX triplet: 9D, 39 and 71. RGB value is (157,57,113). Sum of RGB (Red+Green+Blue) = 157+57+113=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3971 is #62C68E. Grayscale: #5D5D5D. Windows color (decimal): -6473359 or 7420317. OLE color: 7420317.

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

Color convert

RGB15757113-
CMYK00.640.280.38
HSL326.4º46.73%41.96%-
HSV(B)326.4º63.69%61.57%-
XYZ18.3511.2916.83-
YUV93.28139.13173.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.01%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=48.01%
G=17.43%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575711300.640.280.38326.446.7341.96
Hex9D39710401C261462f2a
Octal23571161010034465065752
Binary1001110111100111100010100000011100100110101000110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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