#8E595C

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

Shades of Vin Rouge #8E595C

Tints of Vin Rouge #8E595C

Color information

#8E595C (or 0x8E595C) is unknown color: approx Vin Rouge. HEX triplet: 8E, 59 and 5C. RGB value is (142,89,92). Sum of RGB (Red+Green+Blue) = 142+89+92=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E595C is #71A6A3. Grayscale: #696969. Windows color (decimal): -7448228 or 6052238. OLE color: 6052238.

HSL color Cylindrical-coordinate representation of color #8E595C: hue angle of 356.6º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E595C is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1428992-
CMYK00.370.350.44
HSL356.6º22.94%45.29%-
HSV(B)356.6º37.32%55.69%-
XYZ16.6613.6711.89-
YUV105.19120.56154.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=43.96%
G=27.55%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142899200.370.350.44356.622.9445.29
Hex8E595C025232C165172d
Octal21613113404543545452755
Binary1000111010110011011100010010110001110110010110010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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