#975565

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

Shades of Vin Rouge #975565

Tints of Vin Rouge #975565

Color information

#975565 (or 0x975565) is unknown color: approx Vin Rouge. HEX triplet: 97, 55 and 65. RGB value is (151,85,101). Sum of RGB (Red+Green+Blue) = 151+85+101=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #975565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975565 is #68AA9A. Grayscale: #6A6A6A. Windows color (decimal): -6859419 or 6641047. OLE color: 6641047.

HSL color Cylindrical-coordinate representation of color #975565: hue angle of 345.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975565 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15185101-
CMYK00.440.330.41
HSL345.45º27.97%46.27%-
HSV(B)345.45º43.71%59.22%-
XYZ18.3614.0214.05-
YUV106.56124.87159.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=44.81%
G=25.22%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518510100.440.330.41345.4527.9746.27
Hex97556502C21291591c2e
Octal22712514505441515313456
Binary1001011110101011100101010110010000110100110101100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975565; }

 p { color: rgb(151,85,101); }

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

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

 a { background-color: rgb(151,85,101); }

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

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

 span { border-color: rgb(151,85,101); }

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