#975964

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

Shades of Vin Rouge #975964

Tints of Vin Rouge #975964

Color information

#975964 (or 0x975964) is unknown color: approx Vin Rouge. HEX triplet: 97, 59 and 64. RGB value is (151,89,100). Sum of RGB (Red+Green+Blue) = 151+89+100=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #975964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975964 is #68A69B. Grayscale: #6C6C6C. Windows color (decimal): -6858396 or 6576535. OLE color: 6576535.

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

Color convert

RGB15189100-
CMYK00.410.340.41
HSL349.35º25.83%47.06%-
HSV(B)349.35º41.06%59.22%-
XYZ18.6414.6413.9-
YUV108.79123.04158.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=44.41%
G=26.18%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518910000.410.340.41349.3525.8347.06
Hex975964029222915d1a2f
Octal22713114405142515353257
Binary1001011110110011100100010100110001010100110101110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975964; }

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

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

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

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

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

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

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

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