#9F2D6C

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

Shades of Rouge #9F2D6C

Tints of Rouge #9F2D6C

Color information

#9F2D6C (or 0x9F2D6C) is unknown color: approx Rouge. HEX triplet: 9F, 2D and 6C. RGB value is (159,45,108). Sum of RGB (Red+Green+Blue) = 159+45+108=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D6C is #60D293. Grayscale: #565656. Windows color (decimal): -6345364 or 7089567. OLE color: 7089567.

HSL color Cylindrical-coordinate representation of color #9F2D6C: hue angle of 326.84º degrees, saturation: 0.56, 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 #9F2D6C is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15945108-
CMYK00.720.320.38
HSL326.84º55.88%40%-
HSV(B)326.84º71.7%62.35%-
XYZ17.9410.3315.24-
YUV86.27140.27179.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 45 (17.97% from 255) = 14.42%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=50.96%
G=14.42%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594510800.720.320.38326.8455.8840
Hex9F2D6C04820261473828
Octal23755154011040465077050
Binary10011111101101110110001001000100000100110101000111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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