#8E545A

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

Shades of Vin Rouge #8E545A

Tints of Vin Rouge #8E545A

Color information

#8E545A (or 0x8E545A) is unknown color: approx Vin Rouge. HEX triplet: 8E, 54 and 5A. RGB value is (142,84,90). Sum of RGB (Red+Green+Blue) = 142+84+90=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E545A is #71ABA5. Grayscale: #666666. Windows color (decimal): -7449510 or 5919886. OLE color: 5919886.

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

Color convert

RGB1428490-
CMYK00.410.370.44
HSL353.79º25.66%44.31%-
HSV(B)353.79º40.85%55.69%-
XYZ16.1712.8311.3-
YUV102.03121.22156.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=44.94%
G=26.58%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142849000.410.370.44353.7925.6644.31
Hex8E545A029252C1621a2c
Octal21612413205145545423254
Binary1000111010101001011010010100110010110110010110001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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