#9F3C6F

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

Shades of Rouge #9F3C6F

Tints of Rouge #9F3C6F

Color information

#9F3C6F (or 0x9F3C6F) is unknown color: approx Rouge. HEX triplet: 9F, 3C and 6F. RGB value is (159,60,111). Sum of RGB (Red+Green+Blue) = 159+60+111=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C6F is #60C390. Grayscale: #5F5F5F. Windows color (decimal): -6341521 or 7290015. OLE color: 7290015.

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

Color convert

RGB15960111-
CMYK00.620.300.38
HSL329.09º45.21%42.94%-
HSV(B)329.09º62.26%62.35%-
XYZ18.7811.7516.32-
YUV95.42136.8173.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.18%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=48.18%
G=18.18%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596011100.620.300.38329.0945.2142.94
Hex9F3C6F03E1E261492d2b
Octal2377415707636465115553
Binary100111111111001101111011111011110100110101001001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,60,111); }

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

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

 a { background-color: rgb(159,60,111); }

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

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

 span { border-color: rgb(159,60,111); }

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