#9D4574

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

Shades of Rouge #9D4574

Tints of Rouge #9D4574

Color information

#9D4574 (or 0x9D4574) is unknown color: approx Rouge. HEX triplet: 9D, 45 and 74. RGB value is (157,69,116). Sum of RGB (Red+Green+Blue) = 157+69+116=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4574 is #62BA8B. Grayscale: #646464. Windows color (decimal): -6470284 or 7619997. OLE color: 7619997.

HSL color Cylindrical-coordinate representation of color #9D4574: hue angle of 327.95º 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 #9D4574 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15769116-
CMYK00.560.260.38
HSL327.95º38.94%44.31%-
HSV(B)327.95º56.05%61.57%-
XYZ19.1912.6917.96-
YUV100.67136.65168.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.91%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=45.91%
G=20.18%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576911600.560.260.38327.9538.9444.31
Hex9D45740381A26148272c
Octal23510516407032465104754
Binary1001110110001011110100011100011010100110101001000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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