#9F5564

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

Shades of Vin Rouge #9F5564

Tints of Vin Rouge #9F5564

Color information

#9F5564 (or 0x9F5564) is unknown color: approx Vin Rouge. HEX triplet: 9F, 55 and 64. RGB value is (159,85,100). Sum of RGB (Red+Green+Blue) = 159+85+100=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5564 is #60AA9B. Grayscale: #6C6C6C. Windows color (decimal): -6335132 or 6575519. OLE color: 6575519.

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

Color convert

RGB15985100-
CMYK00.470.370.38
HSL347.84º30.33%47.84%-
HSV(B)347.84º46.54%62.35%-
XYZ19.8514.7913.86-
YUV108.84123.02163.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.22%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=46.22%
G=24.71%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598510000.470.370.38347.8430.3347.84
Hex9F556402F252615c1e30
Octal23712514405745465343660
Binary1001111110101011100100010111110010110011010101110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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