#975963

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

Shades of Vin Rouge #975963

Tints of Vin Rouge #975963

Color information

#975963 (or 0x975963) is unknown color: approx Vin Rouge. HEX triplet: 97, 59 and 63. RGB value is (151,89,99). Sum of RGB (Red+Green+Blue) = 151+89+99=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #975963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975963 is #68A69C. Grayscale: #6C6C6C. Windows color (decimal): -6858397 or 6510999. OLE color: 6510999.

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

Color convert

RGB1518999-
CMYK00.410.340.41
HSL350.32º25.83%47.06%-
HSV(B)350.32º41.06%59.22%-
XYZ18.5914.6213.65-
YUV108.68122.54158.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=44.54%
G=26.25%
B=29.20%

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
Decimal151899900.410.340.41350.3225.8347.06
Hex975963029222915e1a2f
Octal22713114305142515363257
Binary1001011110110011100011010100110001010100110101111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975963; }

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

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

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

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

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

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

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

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