#8D5560

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

Shades of Vin Rouge #8D5560

Tints of Vin Rouge #8D5560

Color information

#8D5560 (or 0x8D5560) is unknown color: approx Vin Rouge. HEX triplet: 8D, 55 and 60. RGB value is (141,85,96). Sum of RGB (Red+Green+Blue) = 141+85+96=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5560 is #72AA9F. Grayscale: #676767. Windows color (decimal): -7514784 or 6313357. OLE color: 6313357.

HSL color Cylindrical-coordinate representation of color #8D5560: hue angle of 348.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5560 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1418596-
CMYK00.400.320.45
HSL348.21º24.78%44.31%-
HSV(B)348.21º39.72%55.29%-
XYZ16.341312.71-
YUV103124.05155.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=43.79%
G=26.40%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141859600.400.320.45348.2124.7844.31
Hex8D5560028202D15c192c
Octal21512514005040555343154
Binary1000110110101011100000010100010000010110110101110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5560; }

 p { color: rgb(141,85,96); }

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

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

 a { background-color: rgb(141,85,96); }

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

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

 span { border-color: rgb(141,85,96); }

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