#9F3A72

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

Shades of Rouge #9F3A72

Tints of Rouge #9F3A72

Color information

#9F3A72 (or 0x9F3A72) is unknown color: approx Rouge. HEX triplet: 9F, 3A and 72. RGB value is (159,58,114). Sum of RGB (Red+Green+Blue) = 159+58+114=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3A72 is #60C58D. Grayscale: #5E5E5E. Windows color (decimal): -6342030 or 7486111. OLE color: 7486111.

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

Color convert

RGB15958114-
CMYK00.640.280.38
HSL326.73º46.54%42.55%-
HSV(B)326.73º63.52%62.35%-
XYZ18.8511.6117.17-
YUV94.58138.96173.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=48.04%
G=17.52%
B=34.44%

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
Decimal1595811400.640.280.38326.7346.5442.55
Hex9F3A720401C261472f2b
Octal23772162010034465075753
Binary1001111111101011100100100000011100100110101000111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,58,114); }

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

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

 a { background-color: rgb(159,58,114); }

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

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

 span { border-color: rgb(159,58,114); }

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