#8E5760

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

Shades of Vin Rouge #8E5760

Tints of Vin Rouge #8E5760

Color information

#8E5760 (or 0x8E5760) is unknown color: approx Vin Rouge. HEX triplet: 8E, 57 and 60. RGB value is (142,87,96). Sum of RGB (Red+Green+Blue) = 142+87+96=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5760 is #71A89F. Grayscale: #686868. Windows color (decimal): -7448736 or 6313870. OLE color: 6313870.

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

Color convert

RGB1428796-
CMYK00.390.320.44
HSL350.18º24.02%44.9%-
HSV(B)350.18º38.73%55.69%-
XYZ16.6713.4112.78-
YUV104.47123.22154.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=43.69%
G=26.77%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142879600.390.320.44350.1824.0244.9
Hex8E5760027202C15e182d
Octal21612714004740545363055
Binary1000111010101111100000010011110000010110010101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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