#8E023F

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

Shades of Burgundy #8E023F

Tints of Burgundy #8E023F

Color information

#8E023F (or 0x8E023F) is unknown color: approx Burgundy. HEX triplet: 8E, 02 and 3F. RGB value is (142,2,63). Sum of RGB (Red+Green+Blue) = 142+2+63=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E023F is #71FDC0. Grayscale: #323232. Windows color (decimal): -7470529 or 4129422. OLE color: 4129422.

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

Color convert

RGB142263-
CMYK00.990.560.44
HSL333.86º97.22%28.24%-
HSV(B)333.86º98.59%55.69%-
XYZ12.076.155.25-
YUV50.81134.88193.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.60%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 63 (25% from 255) = 30.43%
R=68.60%
G=0.97%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14226300.990.560.44333.8697.2228.24
Hex8E23F063382C14e611c
Octal2162770143705451614134
Binary100011101011111101100011111000101100101001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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