#8E595B

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

Shades of Vin Rouge #8E595B

Tints of Vin Rouge #8E595B

Color information

#8E595B (or 0x8E595B) is unknown color: approx Vin Rouge. HEX triplet: 8E, 59 and 5B. RGB value is (142,89,91). Sum of RGB (Red+Green+Blue) = 142+89+91=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E595B is #71A6A4. Grayscale: #696969. Windows color (decimal): -7448229 or 5986702. OLE color: 5986702.

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

Color convert

RGB1428991-
CMYK00.370.360.44
HSL357.74º22.94%45.29%-
HSV(B)357.74º37.32%55.69%-
XYZ16.6213.6511.66-
YUV105.07120.06154.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=44.10%
G=27.64%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142899100.370.360.44357.7422.9445.29
Hex8E595B025242C166172d
Octal21613113304544545462755
Binary1000111010110011011011010010110010010110010110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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