#8E545F

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

Shades of Vin Rouge #8E545F

Tints of Vin Rouge #8E545F

Color information

#8E545F (or 0x8E545F) is unknown color: approx Vin Rouge. HEX triplet: 8E, 54 and 5F. RGB value is (142,84,95). Sum of RGB (Red+Green+Blue) = 142+84+95=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E545F is #71ABA0. Grayscale: #666666. Windows color (decimal): -7449505 or 6247566. OLE color: 6247566.

HSL color Cylindrical-coordinate representation of color #8E545F: hue angle of 348.62º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E545F is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1428495-
CMYK00.410.330.44
HSL348.62º25.66%44.31%-
HSV(B)348.62º40.85%55.69%-
XYZ16.3912.9212.46-
YUV102.6123.72156.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=44.24%
G=26.17%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142849500.410.330.44348.6225.6644.31
Hex8E545F029212C15d1a2c
Octal21612413705141545353254
Binary1000111010101001011111010100110000110110010101110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,95); }

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

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

 a { background-color: rgb(142,84,95); }

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

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

 span { border-color: rgb(142,84,95); }

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