#8E5A61

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

Shades of Vin Rouge #8E5A61

Tints of Vin Rouge #8E5A61

Color information

#8E5A61 (or 0x8E5A61) is unknown color: approx Vin Rouge. HEX triplet: 8E, 5A and 61. RGB value is (142,90,97). Sum of RGB (Red+Green+Blue) = 142+90+97=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A61 is #71A59E. Grayscale: #6A6A6A. Windows color (decimal): -7447967 or 6380174. OLE color: 6380174.

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

Color convert

RGB1429097-
CMYK00.370.320.44
HSL351.92º22.41%45.49%-
HSV(B)351.92º36.62%55.69%-
XYZ16.9713.9313.1-
YUV106.35122.73153.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=43.16%
G=27.36%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142909700.370.320.44351.9222.4145.49
Hex8E5A61025202C160162d
Octal21613214104540545402655
Binary1000111010110101100001010010110000010110010110000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,90,97); }

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

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

 a { background-color: rgb(142,90,97); }

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

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

 span { border-color: rgb(142,90,97); }

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