#8E525C

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

Shades of Vin Rouge #8E525C

Tints of Vin Rouge #8E525C

Color information

#8E525C (or 0x8E525C) is unknown color: approx Vin Rouge. HEX triplet: 8E, 52 and 5C. RGB value is (142,82,92). Sum of RGB (Red+Green+Blue) = 142+82+92=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E525C is #71ADA3. Grayscale: #656565. Windows color (decimal): -7450020 or 6050446. OLE color: 6050446.

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

Color convert

RGB1428292-
CMYK00.420.350.44
HSL350º26.79%43.92%-
HSV(B)350º42.25%55.69%-
XYZ16.112.5611.7-
YUV101.08122.88157.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=44.94%
G=25.95%
B=29.11%

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
Decimal142829200.420.350.4435026.7943.92
Hex8E525C02A232C15e1b2c
Octal21612213405243545363354
Binary1000111010100101011100010101010001110110010101111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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