#975660

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

Shades of Vin Rouge #975660

Tints of Vin Rouge #975660

Color information

#975660 (or 0x975660) is unknown color: approx Vin Rouge. HEX triplet: 97, 56 and 60. RGB value is (151,86,96). Sum of RGB (Red+Green+Blue) = 151+86+96=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #975660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975660 is #68A99F. Grayscale: #6A6A6A. Windows color (decimal): -6859168 or 6313623. OLE color: 6313623.

HSL color Cylindrical-coordinate representation of color #975660: hue angle of 350.77º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #975660 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1518696-
CMYK00.430.360.41
HSL350.77º27.43%46.47%-
HSV(B)350.77º43.05%59.22%-
XYZ18.214.0812.82-
YUV106.58122.03159.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=45.35%
G=25.83%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151869600.430.360.41350.7727.4346.47
Hex97566002B242915f1b2e
Octal22712614005344515373356
Binary1001011110101101100000010101110010010100110101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975660; }

 p { color: rgb(151,86,96); }

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

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

 a { background-color: rgb(151,86,96); }

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

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

 span { border-color: rgb(151,86,96); }

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