#8E525B

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

Shades of Vin Rouge #8E525B

Tints of Vin Rouge #8E525B

Color information

#8E525B (or 0x8E525B) is unknown color: approx Vin Rouge. HEX triplet: 8E, 52 and 5B. RGB value is (142,82,91). Sum of RGB (Red+Green+Blue) = 142+82+91=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E525B is #71ADA4. Grayscale: #646464. Windows color (decimal): -7450021 or 5984910. OLE color: 5984910.

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

Color convert

RGB1428291-
CMYK00.420.360.44
HSL351º26.79%43.92%-
HSV(B)351º42.25%55.69%-
XYZ16.0612.5411.47-
YUV100.97122.38157.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=45.08%
G=26.03%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142829100.420.360.4435126.7943.92
Hex8E525B02A242C15f1b2c
Octal21612213305244545373354
Binary1000111010100101011011010101010010010110010101111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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