#8E043A

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

Shades of Burgundy #8E043A

Tints of Burgundy #8E043A

Color information

#8E043A (or 0x8E043A) is unknown color: approx Burgundy. HEX triplet: 8E, 04 and 3A. RGB value is (142,4,58). Sum of RGB (Red+Green+Blue) = 142+4+58=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E043A is #71FBC5. Grayscale: #333333. Windows color (decimal): -7470022 or 3802254. OLE color: 3802254.

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

Color convert

RGB142458-
CMYK00.970.590.44
HSL336.52º94.52%28.63%-
HSV(B)336.52º97.18%55.69%-
XYZ11.966.144.56-
YUV51.42131.72192.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.61%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 58 (23.05% from 255) = 28.43%
R=69.61%
G=1.96%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14245800.970.590.44336.5294.5228.63
Hex8E43A0613B2C1515f1d
Octal2164720141735452113735
Binary1000111010011101001100001111011101100101010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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