#9F306C

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

Shades of Rouge #9F306C

Tints of Rouge #9F306C

Color information

#9F306C (or 0x9F306C) is unknown color: approx Rouge. HEX triplet: 9F, 30 and 6C. RGB value is (159,48,108). Sum of RGB (Red+Green+Blue) = 159+48+108=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F306C is #60CF93. Grayscale: #575757. Windows color (decimal): -6344596 or 7090335. OLE color: 7090335.

HSL color Cylindrical-coordinate representation of color #9F306C: hue angle of 327.57º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F306C is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15948108-
CMYK00.700.320.38
HSL327.57º53.62%40.59%-
HSV(B)327.57º69.81%62.35%-
XYZ18.0610.5715.28-
YUV88.03139.27178.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.48%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=50.48%
G=15.24%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594810800.700.320.38327.5753.6240.59
Hex9F306C04620261483629
Octal23760154010640465106651
Binary10011111110000110110001000110100000100110101001000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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