#8E5C61

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

Shades of Vin Rouge #8E5C61

Tints of Vin Rouge #8E5C61

Color information

#8E5C61 (or 0x8E5C61) is unknown color: approx Vin Rouge. HEX triplet: 8E, 5C and 61. RGB value is (142,92,97). Sum of RGB (Red+Green+Blue) = 142+92+97=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5C61 is #71A39E. Grayscale: #6B6B6B. Windows color (decimal): -7447455 or 6380686. OLE color: 6380686.

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

Color convert

RGB1429297-
CMYK00.350.320.44
HSL354º21.37%45.88%-
HSV(B)354º35.21%55.69%-
XYZ17.1414.2713.16-
YUV107.52122.06152.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=42.90%
G=27.79%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142929700.350.320.4435421.3745.88
Hex8E5C61023202C162152e
Octal21613414104340545422556
Binary1000111010111001100001010001110000010110010110001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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