#9F5D68

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

Shades of Vin Rouge #9F5D68

Tints of Vin Rouge #9F5D68

Color information

#9F5D68 (or 0x9F5D68) is unknown color: approx Vin Rouge. HEX triplet: 9F, 5D and 68. RGB value is (159,93,104). Sum of RGB (Red+Green+Blue) = 159+93+104=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5D68 is #60A297. Grayscale: #727272. Windows color (decimal): -6333080 or 6839711. OLE color: 6839711.

HSL color Cylindrical-coordinate representation of color #9F5D68: hue angle of 350º degrees, saturation: 0.26, 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 #9F5D68 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15993104-
CMYK00.420.350.38
HSL350º26.19%49.41%-
HSV(B)350º41.51%62.35%-
XYZ20.7116.215.13-
YUV113.99122.37160.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.66%
GREEN value IS 93 (36.72% from 255) = 26.12%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=44.66%
G=26.12%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599310400.420.350.3835026.1949.41
Hex9F5D6802A232615e1a31
Octal23713515005243465363261
Binary1001111110111011101000010101010001110011010101111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,93,104); }

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

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

 a { background-color: rgb(159,93,104); }

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

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

 span { border-color: rgb(159,93,104); }

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