#9F5C66

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

Shades of Vin Rouge #9F5C66

Tints of Vin Rouge #9F5C66

Color information

#9F5C66 (or 0x9F5C66) is unknown color: approx Vin Rouge. HEX triplet: 9F, 5C and 66. RGB value is (159,92,102). Sum of RGB (Red+Green+Blue) = 159+92+102=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C66 is #60A399. Grayscale: #717171. Windows color (decimal): -6333338 or 6708383. OLE color: 6708383.

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

Color convert

RGB15992102-
CMYK00.420.360.38
HSL351.04º26.69%49.22%-
HSV(B)351.04º42.14%62.35%-
XYZ20.5215.9814.57-
YUV113.17121.7160.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=45.04%
G=26.06%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599210200.420.360.38351.0426.6949.22
Hex9F5C6602A242615f1b31
Octal23713414605244465373361
Binary1001111110111001100110010101010010010011010101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,92,102); }

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

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

 a { background-color: rgb(159,92,102); }

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

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

 span { border-color: rgb(159,92,102); }

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