#8E5662

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

Shades of Vin Rouge #8E5662

Tints of Vin Rouge #8E5662

Color information

#8E5662 (or 0x8E5662) is unknown color: approx Vin Rouge. HEX triplet: 8E, 56 and 62. RGB value is (142,86,98). Sum of RGB (Red+Green+Blue) = 142+86+98=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5662 is #71A99D. Grayscale: #686868. Windows color (decimal): -7448990 or 6444686. OLE color: 6444686.

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

Color convert

RGB1428698-
CMYK00.390.310.44
HSL347.14º24.56%44.71%-
HSV(B)347.14º39.44%55.69%-
XYZ16.6913.2913.24-
YUV104.11124.55155.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=43.56%
G=26.38%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142869800.390.310.44347.1424.5644.71
Hex8E56620271F2C15b192d
Octal21612614204737545333155
Binary100011101010110110001001001111111110110010101101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,98); }

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

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

 a { background-color: rgb(142,86,98); }

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

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

 span { border-color: rgb(142,86,98); }

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