#8E013E

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

Shades of Burgundy #8E013E

Tints of Burgundy #8E013E

Color information

#8E013E (or 0x8E013E) is unknown color: approx Burgundy. HEX triplet: 8E, 01 and 3E. RGB value is (142,1,62). Sum of RGB (Red+Green+Blue) = 142+1+62=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E013E is #71FEC1. Grayscale: #323232. Windows color (decimal): -7470786 or 4063630. OLE color: 4063630.

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

Color convert

RGB142162-
CMYK00.990.560.44
HSL334.04º98.6%28.04%-
HSV(B)334.04º99.3%55.69%-
XYZ12.046.125.1-
YUV50.11134.71193.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.27%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=69.27%
G=0.49%
B=30.24%

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
Decimal14216200.990.560.44334.0498.628.04
Hex8E13E063382C14e631c
Octal2161760143705451614334
Binary10001110111111001100011111000101100101001110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,1,62); }

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

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

 a { background-color: rgb(142,1,62); }

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

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

 span { border-color: rgb(142,1,62); }

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