#975759

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

Shades of Vin Rouge #975759

Tints of Vin Rouge #975759

Color information

#975759 (or 0x975759) is unknown color: approx Vin Rouge. HEX triplet: 97, 57 and 59. RGB value is (151,87,89). Sum of RGB (Red+Green+Blue) = 151+87+89=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #975759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975759 is #68A8A6. Grayscale: #6A6A6A. Windows color (decimal): -6858919 or 5855127. OLE color: 5855127.

HSL color Cylindrical-coordinate representation of color #975759: hue angle of 358.12º 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 #975759 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB1518789-
CMYK00.420.410.41
HSL358.12º26.89%46.67%-
HSV(B)358.12º42.38%59.22%-
XYZ17.9714.1211.23-
YUV106.36118.2159.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 89 (35.16% from 255) = 27.22%
R=46.18%
G=26.61%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151878900.420.410.41358.1226.8946.67
Hex97575902A29291661b2f
Octal22712713105251515463357
Binary1001011110101111011001010101010100110100110110011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975759; }

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

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

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

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

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

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

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

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