#975668

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

Shades of Vin Rouge #975668

Tints of Vin Rouge #975668

Color information

#975668 (or 0x975668) is unknown color: approx Vin Rouge. HEX triplet: 97, 56 and 68. RGB value is (151,86,104). Sum of RGB (Red+Green+Blue) = 151+86+104=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #975668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975668 is #68A997. Grayscale: #6B6B6B. Windows color (decimal): -6859160 or 6837911. OLE color: 6837911.

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

Color convert

RGB15186104-
CMYK00.430.310.41
HSL343.38º27.43%46.47%-
HSV(B)343.38º43.05%59.22%-
XYZ18.5914.2314.86-
YUV107.49126.03159.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=44.28%
G=25.22%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518610400.430.310.41343.3827.4346.47
Hex97566802B1F291571b2e
Octal22712615005337515273356
Binary100101111010110110100001010111111110100110101011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975668; }

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

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

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

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

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

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

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

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