#8E5761

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

Shades of Vin Rouge #8E5761

Tints of Vin Rouge #8E5761

Color information

#8E5761 (or 0x8E5761) is unknown color: approx Vin Rouge. HEX triplet: 8E, 57 and 61. RGB value is (142,87,97). Sum of RGB (Red+Green+Blue) = 142+87+97=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5761 is #71A89E. Grayscale: #686868. Windows color (decimal): -7448735 or 6379406. OLE color: 6379406.

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

Color convert

RGB1428797-
CMYK00.390.320.44
HSL349.09º24.02%44.9%-
HSV(B)349.09º38.73%55.69%-
XYZ16.7213.4313.02-
YUV104.58123.72154.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=43.56%
G=26.69%
B=29.75%

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
Decimal142879700.390.320.44349.0924.0244.9
Hex8E5761027202C15d182d
Octal21612714104740545353055
Binary1000111010101111100001010011110000010110010101110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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