#8E0A3A

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

Shades of Burgundy #8E0A3A

Tints of Burgundy #8E0A3A

Color information

#8E0A3A (or 0x8E0A3A) is unknown color: approx Burgundy. HEX triplet: 8E, 0A and 3A. RGB value is (142,10,58). Sum of RGB (Red+Green+Blue) = 142+10+58=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0A3A is #71F5C5. Grayscale: #363636. Windows color (decimal): -7468486 or 3803790. OLE color: 3803790.

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

Color convert

RGB1421058-
CMYK00.930.590.44
HSL338.18º86.84%29.8%-
HSV(B)338.18º92.96%55.69%-
XYZ12.036.274.58-
YUV54.94129.73190.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.62%
GREEN value IS 10 (4.30% from 255) = 4.76%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=67.62%
G=4.76%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142105800.930.590.44338.1886.8429.8
Hex8EA3A05D3B2C152571e
Octal21612720135735452212736
Binary10001110101011101001011101111011101100101010010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,58); }

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

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

 a { background-color: rgb(142,10,58); }

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

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

 span { border-color: rgb(142,10,58); }

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