#9F3960

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

Shades of Rouge #9F3960

Tints of Rouge #9F3960

Color information

#9F3960 (or 0x9F3960) is unknown color: approx Rouge. HEX triplet: 9F, 39 and 60. RGB value is (159,57,96). Sum of RGB (Red+Green+Blue) = 159+57+96=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3960 is #60C69F. Grayscale: #5B5B5B. Windows color (decimal): -6342304 or 6306207. OLE color: 6306207.

HSL color Cylindrical-coordinate representation of color #9F3960: hue angle of 337.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 #9F3960 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1595796-
CMYK00.640.400.38
HSL337.06º47.22%42.35%-
HSV(B)337.06º64.15%62.35%-
XYZ17.8711.1412.27-
YUV91.94130.29175.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=50.96%
G=18.27%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159579600.640.400.38337.0647.2242.35
Hex9F396004028261512f2a
Octal23771140010050465215752
Binary10011111111001110000001000000101000100110101010001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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