#9F396D

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

Shades of Rouge #9F396D

Tints of Rouge #9F396D

Color information

#9F396D (or 0x9F396D) is unknown color: approx Rouge. HEX triplet: 9F, 39 and 6D. RGB value is (159,57,109). Sum of RGB (Red+Green+Blue) = 159+57+109=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F396D is #60C692. Grayscale: #5D5D5D. Windows color (decimal): -6342291 or 7158175. OLE color: 7158175.

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

Color convert

RGB15957109-
CMYK00.640.310.38
HSL329.41º47.22%42.35%-
HSV(B)329.41º64.15%62.35%-
XYZ18.5211.415.69-
YUV93.43136.79174.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=48.92%
G=17.54%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595710900.640.310.38329.4147.2242.35
Hex9F396D0401F261492f2a
Octal23771155010037465115752
Binary1001111111100111011010100000011111100110101001001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,57,109); }

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

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

 a { background-color: rgb(159,57,109); }

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

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

 span { border-color: rgb(159,57,109); }

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