#8E525A

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

Shades of Vin Rouge #8E525A

Tints of Vin Rouge #8E525A

Color information

#8E525A (or 0x8E525A) is unknown color: approx Vin Rouge. HEX triplet: 8E, 52 and 5A. RGB value is (142,82,90). Sum of RGB (Red+Green+Blue) = 142+82+90=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E525A is #71ADA5. Grayscale: #646464. Windows color (decimal): -7450022 or 5919374. OLE color: 5919374.

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

Color convert

RGB1428290-
CMYK00.420.370.44
HSL352º26.79%43.92%-
HSV(B)352º42.25%55.69%-
XYZ16.0212.5211.25-
YUV100.85121.88157.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=45.22%
G=26.11%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142829000.420.370.4435226.7943.92
Hex8E525A02A252C1601b2c
Octal21612213205245545403354
Binary1000111010100101011010010101010010110110010110000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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