#8E5561

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

Shades of Vin Rouge #8E5561

Tints of Vin Rouge #8E5561

Color information

#8E5561 (or 0x8E5561) is unknown color: approx Vin Rouge. HEX triplet: 8E, 55 and 61. RGB value is (142,85,97). Sum of RGB (Red+Green+Blue) = 142+85+97=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5561 is #71AA9E. Grayscale: #676767. Windows color (decimal): -7449247 or 6378894. OLE color: 6378894.

HSL color Cylindrical-coordinate representation of color #8E5561: hue angle of 347.37º 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 #8E5561 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1428597-
CMYK00.400.320.44
HSL347.37º25.11%44.51%-
HSV(B)347.37º40.14%55.69%-
XYZ16.5613.1112.97-
YUV103.41124.38155.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=43.83%
G=26.23%
B=29.94%

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
Decimal142859700.400.320.44347.3725.1144.51
Hex8E5561028202C15b192d
Octal21612514105040545333155
Binary1000111010101011100001010100010000010110010101101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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