#8E0D2C

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

Shades of Burgundy #8E0D2C

Tints of Burgundy #8E0D2C

Color information

#8E0D2C (or 0x8E0D2C) is unknown color: approx Burgundy. HEX triplet: 8E, 0D and 2C. RGB value is (142,13,44). Sum of RGB (Red+Green+Blue) = 142+13+44=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D2C is #71F2D3. Grayscale: #373737. Windows color (decimal): -7467732 or 2887054. OLE color: 2887054.

HSL color Cylindrical-coordinate representation of color #8E0D2C: hue angle of 345.58º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0D2C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1421344-
CMYK00.910.690.44
HSL345.58º83.23%30.39%-
HSV(B)345.58º90.85%55.69%-
XYZ11.756.222.96-
YUV55.1121.74189.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71.36%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=71.36%
G=6.53%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142134400.910.690.44345.5883.2330.39
Hex8ED2C05B452C15a531e
Octal216155401331055453212336
Binary100011101101101100010110111000101101100101011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,13,44); }

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

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

 a { background-color: rgb(142,13,44); }

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

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

 span { border-color: rgb(142,13,44); }

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