#8E5860

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

Shades of Vin Rouge #8E5860

Tints of Vin Rouge #8E5860

Color information

#8E5860 (or 0x8E5860) is unknown color: approx Vin Rouge. HEX triplet: 8E, 58 and 60. RGB value is (142,88,96). Sum of RGB (Red+Green+Blue) = 142+88+96=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5860 is #71A79F. Grayscale: #696969. Windows color (decimal): -7448480 or 6314126. OLE color: 6314126.

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

Color convert

RGB1428896-
CMYK00.380.320.44
HSL351.11º23.48%45.1%-
HSV(B)351.11º38.03%55.69%-
XYZ16.7613.5712.8-
YUV105.06122.89154.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=43.56%
G=26.99%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142889600.380.320.44351.1123.4845.1
Hex8E5860026202C15f172d
Octal21613014004640545372755
Binary1000111010110001100000010011010000010110010101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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