#8E5560

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

Shades of Vin Rouge #8E5560

Tints of Vin Rouge #8E5560

Color information

#8E5560 (or 0x8E5560) is unknown color: approx Vin Rouge. HEX triplet: 8E, 55 and 60. RGB value is (142,85,96). Sum of RGB (Red+Green+Blue) = 142+85+96=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5560 is #71AA9F. Grayscale: #676767. Windows color (decimal): -7449248 or 6313358. OLE color: 6313358.

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

Color convert

RGB1428596-
CMYK00.400.320.44
HSL348.42º25.11%44.51%-
HSV(B)348.42º40.14%55.69%-
XYZ16.5213.0912.72-
YUV103.3123.88155.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=43.96%
G=26.32%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142859600.400.320.44348.4225.1144.51
Hex8E5560028202C15c192d
Octal21612514005040545343155
Binary1000111010101011100000010100010000010110010101110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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