#8E575B

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

Shades of Vin Rouge #8E575B

Tints of Vin Rouge #8E575B

Color information

#8E575B (or 0x8E575B) is unknown color: approx Vin Rouge. HEX triplet: 8E, 57 and 5B. RGB value is (142,87,91). Sum of RGB (Red+Green+Blue) = 142+87+91=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E575B is #71A8A4. Grayscale: #676767. Windows color (decimal): -7448741 or 5986190. OLE color: 5986190.

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

Color convert

RGB1428791-
CMYK00.390.360.44
HSL355.64º24.02%44.9%-
HSV(B)355.64º38.73%55.69%-
XYZ16.4513.3211.6-
YUV103.9120.72155.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=44.38%
G=27.19%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142879100.390.360.44355.6424.0244.9
Hex8E575B027242C164182d
Octal21612713304744545443055
Binary1000111010101111011011010011110010010110010110010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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