#8E0A3F

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

Shades of Burgundy #8E0A3F

Tints of Burgundy #8E0A3F

Color information

#8E0A3F (or 0x8E0A3F) is unknown color: approx Burgundy. HEX triplet: 8E, 0A and 3F. RGB value is (142,10,63). Sum of RGB (Red+Green+Blue) = 142+10+63=215 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.05% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0A3F is #71F5C0. Grayscale: #373737. Windows color (decimal): -7468481 or 4131470. OLE color: 4131470.

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

Color convert

RGB1421063-
CMYK00.930.560.44
HSL335.91º86.84%29.8%-
HSV(B)335.91º92.96%55.69%-
XYZ12.166.335.28-
YUV55.51132.23189.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.05%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 63 (25% from 255) = 29.30%
R=66.05%
G=4.65%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142106300.930.560.44335.9186.8429.8
Hex8EA3F05D382C150571e
Octal21612770135705452012736
Binary10001110101011111101011101111000101100101010000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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