#97556E

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

Shades of Vin Rouge #97556E

Tints of Vin Rouge #97556E

Color information

#97556E (or 0x97556E) is unknown color: approx Vin Rouge. HEX triplet: 97, 55 and 6E. RGB value is (151,85,110). Sum of RGB (Red+Green+Blue) = 151+85+110=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97556E is #68AA91. Grayscale: #6B6B6B. Windows color (decimal): -6859410 or 7230871. OLE color: 7230871.

HSL color Cylindrical-coordinate representation of color #97556E: hue angle of 337.27º 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 #97556E is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15185110-
CMYK00.440.270.41
HSL337.27º27.97%46.27%-
HSV(B)337.27º43.71%59.22%-
XYZ18.8314.216.5-
YUV107.58129.37158.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=43.64%
G=24.57%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518511000.440.270.41337.2727.9746.27
Hex97556E02C1B291511c2e
Octal22712515605433515213456
Binary100101111010101110111001011001101110100110101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97556E; }

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

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

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

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

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

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

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

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