#975A63

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

Shades of Vin Rouge #975A63

Tints of Vin Rouge #975A63

Color information

#975A63 (or 0x975A63) is unknown color: approx Vin Rouge. HEX triplet: 97, 5A and 63. RGB value is (151,90,99). Sum of RGB (Red+Green+Blue) = 151+90+99=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #975A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A63 is #68A59C. Grayscale: #6D6D6D. Windows color (decimal): -6858141 or 6511255. OLE color: 6511255.

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

Color convert

RGB1519099-
CMYK00.400.340.41
HSL351.15º25.31%47.25%-
HSV(B)351.15º40.4%59.22%-
XYZ18.6714.7913.68-
YUV109.26122.21157.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=44.41%
G=26.47%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151909900.400.340.41351.1525.3147.25
Hex975A63028222915f192f
Octal22713214305042515373157
Binary1001011110110101100011010100010001010100110101111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975A63; }

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

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

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

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

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

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

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

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