#9F4060

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

Shades of Rouge #9F4060

Tints of Rouge #9F4060

Color information

#9F4060 (or 0x9F4060) is unknown color: approx Rouge. HEX triplet: 9F, 40 and 60. RGB value is (159,64,96). Sum of RGB (Red+Green+Blue) = 159+64+96=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4060 is #60BF9F. Grayscale: #606060. Windows color (decimal): -6340512 or 6307999. OLE color: 6307999.

HSL color Cylindrical-coordinate representation of color #9F4060: hue angle of 339.79º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F4060 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1596496-
CMYK00.600.400.38
HSL339.79º42.6%43.73%-
HSV(B)339.79º59.75%62.35%-
XYZ18.2411.8812.4-
YUV96.05127.97172.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=49.84%
G=20.06%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159649600.600.400.38339.7942.643.73
Hex9F406003C28261542b2c
Octal23710014007450465245354
Binary10011111100000011000000111100101000100110101010100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,64,96); }

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

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

 a { background-color: rgb(159,64,96); }

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

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

 span { border-color: rgb(159,64,96); }

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