#9F3571

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

Shades of Rouge #9F3571

Tints of Rouge #9F3571

Color information

#9F3571 (or 0x9F3571) is unknown color: approx Rouge. HEX triplet: 9F, 35 and 71. RGB value is (159,53,113). Sum of RGB (Red+Green+Blue) = 159+53+113=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3571 is #60CA8E. Grayscale: #5B5B5B. Windows color (decimal): -6343311 or 7419295. OLE color: 7419295.

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

Color convert

RGB15953113-
CMYK00.670.290.38
HSL326.04º50%41.57%-
HSV(B)326.04º66.67%62.35%-
XYZ18.5511.1116.79-
YUV91.53140.12176.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=48.92%
G=16.31%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595311300.670.290.38326.045041.57
Hex9F35710431D26146322a
Octal23765161010335465066252
Binary1001111111010111100010100001111101100110101000110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,53,113); }

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

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

 a { background-color: rgb(159,53,113); }

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

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

 span { border-color: rgb(159,53,113); }

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