#8E575C

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

Shades of Vin Rouge #8E575C

Tints of Vin Rouge #8E575C

Color information

#8E575C (or 0x8E575C) is unknown color: approx Vin Rouge. HEX triplet: 8E, 57 and 5C. RGB value is (142,87,92). Sum of RGB (Red+Green+Blue) = 142+87+92=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E575C is #71A8A3. Grayscale: #686868. Windows color (decimal): -7448740 or 6051726. OLE color: 6051726.

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

Color convert

RGB1428792-
CMYK00.390.350.44
HSL354.55º24.02%44.9%-
HSV(B)354.55º38.73%55.69%-
XYZ16.513.3411.83-
YUV104.01121.22155.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=44.24%
G=27.10%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142879200.390.350.44354.5524.0244.9
Hex8E575C027232C163182d
Octal21612713404743545433055
Binary1000111010101111011100010011110001110110010110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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