#97566C

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

Shades of Vin Rouge #97566C

Tints of Vin Rouge #97566C

Color information

#97566C (or 0x97566C) is unknown color: approx Vin Rouge. HEX triplet: 97, 56 and 6C. RGB value is (151,86,108). Sum of RGB (Red+Green+Blue) = 151+86+108=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97566C is #68A993. Grayscale: #6B6B6B. Windows color (decimal): -6859156 or 7100055. OLE color: 7100055.

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

Color convert

RGB15186108-
CMYK00.430.280.41
HSL339.69º27.43%46.47%-
HSV(B)339.69º43.05%59.22%-
XYZ18.814.3215.96-
YUV107.94128.03158.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=43.77%
G=24.93%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518610800.430.280.41339.6927.4346.47
Hex97566C02B1C291541b2e
Octal22712615405334515243356
Binary100101111010110110110001010111110010100110101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97566C; }

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

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

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

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

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

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

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

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