#8E565C

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

Shades of Vin Rouge #8E565C

Tints of Vin Rouge #8E565C

Color information

#8E565C (or 0x8E565C) is unknown color: approx Vin Rouge. HEX triplet: 8E, 56 and 5C. RGB value is (142,86,92). Sum of RGB (Red+Green+Blue) = 142+86+92=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E565C is #71A9A3. Grayscale: #676767. Windows color (decimal): -7448996 or 6051470. OLE color: 6051470.

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

Color convert

RGB1428692-
CMYK00.390.350.44
HSL353.57º24.56%44.71%-
HSV(B)353.57º39.44%55.69%-
XYZ16.4113.1811.8-
YUV103.43121.55155.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=44.38%
G=26.88%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142869200.390.350.44353.5724.5644.71
Hex8E565C027232C162192d
Octal21612613404743545423155
Binary1000111010101101011100010011110001110110010110001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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