#975665

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

Shades of Vin Rouge #975665

Tints of Vin Rouge #975665

Color information

#975665 (or 0x975665) is unknown color: approx Vin Rouge. HEX triplet: 97, 56 and 65. RGB value is (151,86,101). Sum of RGB (Red+Green+Blue) = 151+86+101=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #975665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975665 is #68A99A. Grayscale: #6B6B6B. Windows color (decimal): -6859163 or 6641303. OLE color: 6641303.

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

Color convert

RGB15186101-
CMYK00.430.330.41
HSL346.15º27.43%46.47%-
HSV(B)346.15º43.05%59.22%-
XYZ18.4414.1714.08-
YUV107.14124.53159.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.67%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=44.67%
G=25.44%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518610100.430.330.41346.1527.4346.47
Hex97566502B212915a1b2e
Octal22712614505341515323356
Binary1001011110101101100101010101110000110100110101101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975665; }

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

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

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

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

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

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

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

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