#8E535D

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

Shades of Vin Rouge #8E535D

Tints of Vin Rouge #8E535D

Color information

#8E535D (or 0x8E535D) is unknown color: approx Vin Rouge. HEX triplet: 8E, 53 and 5D. RGB value is (142,83,93). Sum of RGB (Red+Green+Blue) = 142+83+93=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E535D is #71ACA2. Grayscale: #656565. Windows color (decimal): -7449763 or 6116238. OLE color: 6116238.

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

Color convert

RGB1428393-
CMYK00.420.350.44
HSL349.83º26.22%44.12%-
HSV(B)349.83º41.55%55.69%-
XYZ16.2212.7311.96-
YUV101.78123.05156.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=44.65%
G=26.10%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142839300.420.350.44349.8326.2244.12
Hex8E535D02A232C15e1a2c
Octal21612313505243545363254
Binary1000111010100111011101010101010001110110010101111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,83,93); }

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

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

 a { background-color: rgb(142,83,93); }

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

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

 span { border-color: rgb(142,83,93); }

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