#8E525E

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

Shades of Vin Rouge #8E525E

Tints of Vin Rouge #8E525E

Color information

#8E525E (or 0x8E525E) is unknown color: approx Vin Rouge. HEX triplet: 8E, 52 and 5E. RGB value is (142,82,94). Sum of RGB (Red+Green+Blue) = 142+82+94=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E525E is #71ADA1. Grayscale: #656565. Windows color (decimal): -7450018 or 6181518. OLE color: 6181518.

HSL color Cylindrical-coordinate representation of color #8E525E: hue angle of 348º degrees, saturation: 0.27, 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 #8E525E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1428294-
CMYK00.420.340.44
HSL348º26.79%43.92%-
HSV(B)348º42.25%55.69%-
XYZ16.1912.5912.17-
YUV101.31123.88157.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=44.65%
G=25.79%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142829400.420.340.4434826.7943.92
Hex8E525E02A222C15c1b2c
Octal21612213605242545343354
Binary1000111010100101011110010101010001010110010101110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,82,94); }

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

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

 a { background-color: rgb(142,82,94); }

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

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

 span { border-color: rgb(142,82,94); }

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