#9F5566

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

Shades of Vin Rouge #9F5566

Tints of Vin Rouge #9F5566

Color information

#9F5566 (or 0x9F5566) is unknown color: approx Vin Rouge. HEX triplet: 9F, 55 and 66. RGB value is (159,85,102). Sum of RGB (Red+Green+Blue) = 159+85+102=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5566 is #60AA99. Grayscale: #6D6D6D. Windows color (decimal): -6335130 or 6706591. OLE color: 6706591.

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

Color convert

RGB15985102-
CMYK00.470.360.38
HSL346.22º30.33%47.84%-
HSV(B)346.22º46.54%62.35%-
XYZ19.9414.8314.38-
YUV109.06124.02163.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=45.95%
G=24.57%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598510200.470.360.38346.2230.3347.84
Hex9F556602F242615a1e30
Octal23712514605744465323660
Binary1001111110101011100110010111110010010011010101101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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