#9F356D

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

Shades of Rouge #9F356D

Tints of Rouge #9F356D

Color information

#9F356D (or 0x9F356D) is unknown color: approx Rouge. HEX triplet: 9F, 35 and 6D. RGB value is (159,53,109). Sum of RGB (Red+Green+Blue) = 159+53+109=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F356D is #60CA92. Grayscale: #5A5A5A. Windows color (decimal): -6343315 or 7157151. OLE color: 7157151.

HSL color Cylindrical-coordinate representation of color #9F356D: hue angle of 328.3º 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 #9F356D is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15953109-
CMYK00.670.310.38
HSL328.3º50%41.57%-
HSV(B)328.3º66.67%62.35%-
XYZ18.3311.0215.63-
YUV91.08138.12176.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.53%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=49.53%
G=16.51%
B=33.96%

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
Decimal1595310900.670.310.38328.35041.57
Hex9F356D0431F26148322a
Octal23765155010337465106252
Binary1001111111010111011010100001111111100110101001000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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