#8E5864

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

Shades of Vin Rouge #8E5864

Tints of Vin Rouge #8E5864

Color information

#8E5864 (or 0x8E5864) is unknown color: approx Vin Rouge. HEX triplet: 8E, 58 and 64. RGB value is (142,88,100). Sum of RGB (Red+Green+Blue) = 142+88+100=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5864 is #71A79B. Grayscale: #696969. Windows color (decimal): -7448476 or 6576270. OLE color: 6576270.

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

Color convert

RGB14288100-
CMYK00.380.300.44
HSL346.67º23.48%45.1%-
HSV(B)346.67º38.03%55.69%-
XYZ16.9513.6513.8-
YUV105.51124.89154.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=43.03%
G=26.67%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428810000.380.300.44346.6723.4845.1
Hex8E58640261E2C15b172d
Octal21613014404636545332755
Binary100011101011000110010001001101111010110010101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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