#9F2E6C

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

Shades of Rouge #9F2E6C

Tints of Rouge #9F2E6C

Color information

#9F2E6C (or 0x9F2E6C) is unknown color: approx Rouge. HEX triplet: 9F, 2E and 6C. RGB value is (159,46,108). Sum of RGB (Red+Green+Blue) = 159+46+108=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E6C is #60D193. Grayscale: #565656. Windows color (decimal): -6345108 or 7089823. OLE color: 7089823.

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

Color convert

RGB15946108-
CMYK00.710.320.38
HSL327.08º55.12%40.2%-
HSV(B)327.08º71.07%62.35%-
XYZ17.9810.4115.25-
YUV86.85139.94179.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.80%
GREEN value IS 46 (18.36% from 255) = 14.70%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=50.80%
G=14.70%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594610800.710.320.38327.0855.1240.2
Hex9F2E6C04720261473728
Octal23756154010740465076750
Binary10011111101110110110001000111100000100110101000111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,46,108); }

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

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

 a { background-color: rgb(159,46,108); }

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

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

 span { border-color: rgb(159,46,108); }

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