#8E575E

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

Shades of Vin Rouge #8E575E

Tints of Vin Rouge #8E575E

Color information

#8E575E (or 0x8E575E) is unknown color: approx Vin Rouge. HEX triplet: 8E, 57 and 5E. RGB value is (142,87,94). Sum of RGB (Red+Green+Blue) = 142+87+94=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E575E is #71A8A1. Grayscale: #686868. Windows color (decimal): -7448738 or 6182798. OLE color: 6182798.

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

Color convert

RGB1428794-
CMYK00.390.340.44
HSL352.36º24.02%44.9%-
HSV(B)352.36º38.73%55.69%-
XYZ16.5813.3812.3-
YUV104.24122.22154.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=43.96%
G=26.93%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142879400.390.340.44352.3624.0244.9
Hex8E575E027222C160182d
Octal21612713604742545403055
Binary1000111010101111011110010011110001010110010110000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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