#9D4571

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

Shades of Rouge #9D4571

Tints of Rouge #9D4571

Color information

#9D4571 (or 0x9D4571) is unknown color: approx Rouge. HEX triplet: 9D, 45 and 71. RGB value is (157,69,113). Sum of RGB (Red+Green+Blue) = 157+69+113=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4571 is #62BA8E. Grayscale: #646464. Windows color (decimal): -6470287 or 7423389. OLE color: 7423389.

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

Color convert

RGB15769113-
CMYK00.560.280.38
HSL330º38.94%44.31%-
HSV(B)330º56.05%61.57%-
XYZ19.0112.6217.06-
YUV100.33135.15168.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.31%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=46.31%
G=20.35%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576911300.560.280.3833038.9444.31
Hex9D45710381C2614a272c
Octal23510516107034465124754
Binary1001110110001011110001011100011100100110101001010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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