#975760

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

Shades of Vin Rouge #975760

Tints of Vin Rouge #975760

Color information

#975760 (or 0x975760) is unknown color: approx Vin Rouge. HEX triplet: 97, 57 and 60. RGB value is (151,87,96). Sum of RGB (Red+Green+Blue) = 151+87+96=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #975760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975760 is #68A89F. Grayscale: #6B6B6B. Windows color (decimal): -6858912 or 6313879. OLE color: 6313879.

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

Color convert

RGB1518796-
CMYK00.420.360.41
HSL351.56º26.89%46.67%-
HSV(B)351.56º42.38%59.22%-
XYZ18.2814.2412.85-
YUV107.16121.7159.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=45.21%
G=26.05%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151879600.420.360.41351.5626.8946.67
Hex97576002A24291601b2f
Octal22712714005244515403357
Binary1001011110101111100000010101010010010100110110000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975760; }

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

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

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

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

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

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

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

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