#9F356E

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

Shades of Rouge #9F356E

Tints of Rouge #9F356E

Color information

#9F356E (or 0x9F356E) is unknown color: approx Rouge. HEX triplet: 9F, 35 and 6E. RGB value is (159,53,110). Sum of RGB (Red+Green+Blue) = 159+53+110=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F356E is #60CA91. Grayscale: #5B5B5B. Windows color (decimal): -6343314 or 7222687. OLE color: 7222687.

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

Color convert

RGB15953110-
CMYK00.670.310.38
HSL327.74º50%41.57%-
HSV(B)327.74º66.67%62.35%-
XYZ18.3911.0415.91-
YUV91.19138.62176.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.38%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=49.38%
G=16.46%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595311000.670.310.38327.745041.57
Hex9F356E0431F26148322a
Octal23765156010337465106252
Binary1001111111010111011100100001111111100110101001000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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