#9F3971

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

Shades of Rouge #9F3971

Tints of Rouge #9F3971

Color information

#9F3971 (or 0x9F3971) is unknown color: approx Rouge. HEX triplet: 9F, 39 and 71. RGB value is (159,57,113). Sum of RGB (Red+Green+Blue) = 159+57+113=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3971 is #60C68E. Grayscale: #5D5D5D. Windows color (decimal): -6342287 or 7420319. OLE color: 7420319.

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

Color convert

RGB15957113-
CMYK00.640.290.38
HSL327.06º47.22%42.35%-
HSV(B)327.06º64.15%62.35%-
XYZ18.7411.4916.85-
YUV93.88138.79174.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=48.33%
G=17.33%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595711300.640.290.38327.0647.2242.35
Hex9F39710401D261472f2a
Octal23771161010035465075752
Binary1001111111100111100010100000011101100110101000111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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