#8E043F

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

Shades of Burgundy #8E043F

Tints of Burgundy #8E043F

Color information

#8E043F (or 0x8E043F) is unknown color: approx Burgundy. HEX triplet: 8E, 04 and 3F. RGB value is (142,4,63). Sum of RGB (Red+Green+Blue) = 142+4+63=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E043F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E043F is #71FBC0. Grayscale: #333333. Windows color (decimal): -7470017 or 4129934. OLE color: 4129934.

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

Color convert

RGB142463-
CMYK00.970.560.44
HSL334.35º94.52%28.63%-
HSV(B)334.35º97.18%55.69%-
XYZ12.16.25.26-
YUV51.99134.22192.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.94%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 63 (25% from 255) = 30.14%
R=67.94%
G=1.91%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14246300.970.560.44334.3594.5228.63
Hex8E43F061382C14e5f1d
Octal2164770141705451613735
Binary1000111010011111101100001111000101100101001110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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