#9F2C6E

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

Shades of Rouge #9F2C6E

Tints of Rouge #9F2C6E

Color information

#9F2C6E (or 0x9F2C6E) is unknown color: approx Rouge. HEX triplet: 9F, 2C and 6E. RGB value is (159,44,110). Sum of RGB (Red+Green+Blue) = 159+44+110=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2C6E is #60D391. Grayscale: #555555. Windows color (decimal): -6345618 or 7220383. OLE color: 7220383.

HSL color Cylindrical-coordinate representation of color #9F2C6E: hue angle of 325.57º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2C6E is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15944110-
CMYK00.720.310.38
HSL325.57º56.65%39.8%-
HSV(B)325.57º72.33%62.35%-
XYZ18.0110.315.79-
YUV85.91141.6180.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.80%
GREEN value IS 44 (17.58% from 255) = 14.06%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=50.80%
G=14.06%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594411000.720.310.38325.5756.6539.8
Hex9F2C6E0481F261463928
Octal23754156011037465067150
Binary1001111110110011011100100100011111100110101000110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,44,110); }

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

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

 a { background-color: rgb(159,44,110); }

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

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

 span { border-color: rgb(159,44,110); }

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