#9F4573

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

Shades of Rouge #9F4573

Tints of Rouge #9F4573

Color information

#9F4573 (or 0x9F4573) is unknown color: approx Rouge. HEX triplet: 9F, 45 and 73. RGB value is (159,69,115). Sum of RGB (Red+Green+Blue) = 159+69+115=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4573 is #60BA8C. Grayscale: #656565. Windows color (decimal): -6339213 or 7554463. OLE color: 7554463.

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

Color convert

RGB15969115-
CMYK00.570.280.38
HSL329.33º39.47%44.71%-
HSV(B)329.33º56.6%62.35%-
XYZ19.5212.8617.67-
YUV101.15135.82169.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.36%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=46.36%
G=20.12%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596911500.570.280.38329.3339.4744.71
Hex9F45730391C26149272d
Octal23710516307134465114755
Binary1001111110001011110011011100111100100110101001001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,69,115); }

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

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

 a { background-color: rgb(159,69,115); }

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

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

 span { border-color: rgb(159,69,115); }

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