#8E5965

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

Shades of Vin Rouge #8E5965

Tints of Vin Rouge #8E5965

Color information

#8E5965 (or 0x8E5965) is unknown color: approx Vin Rouge. HEX triplet: 8E, 59 and 65. RGB value is (142,89,101). Sum of RGB (Red+Green+Blue) = 142+89+101=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5965 is #71A69A. Grayscale: #6A6A6A. Windows color (decimal): -7448219 or 6642062. OLE color: 6642062.

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

Color convert

RGB14289101-
CMYK00.370.290.44
HSL346.42º22.94%45.29%-
HSV(B)346.42º37.32%55.69%-
XYZ17.0813.8414.08-
YUV106.21125.06153.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=42.77%
G=26.81%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428910100.370.290.44346.4222.9445.29
Hex8E59650251D2C15a172d
Octal21613114504535545322755
Binary100011101011001110010101001011110110110010101101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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