#9F5E60

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

Shades of Vin Rouge #9F5E60

Tints of Vin Rouge #9F5E60

Color information

#9F5E60 (or 0x9F5E60) is unknown color: approx Vin Rouge. HEX triplet: 9F, 5E and 60. RGB value is (159,94,96). Sum of RGB (Red+Green+Blue) = 159+94+96=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E60 is #60A19F. Grayscale: #717171. Windows color (decimal): -6332832 or 6315679. OLE color: 6315679.

HSL color Cylindrical-coordinate representation of color #9F5E60: hue angle of 358.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E60 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1599496-
CMYK00.410.400.38
HSL358.15º25.69%49.61%-
HSV(B)358.15º40.88%62.35%-
XYZ20.4116.2213.12-
YUV113.66118.03160.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.56%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=45.56%
G=26.93%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159949600.410.400.38358.1525.6949.61
Hex9F5E6002928261661a32
Octal23713614005150465463262
Binary1001111110111101100000010100110100010011010110011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,94,96); }

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

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

 a { background-color: rgb(159,94,96); }

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

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

 span { border-color: rgb(159,94,96); }

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