#8E082A

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

Shades of Burgundy #8E082A

Tints of Burgundy #8E082A

Color information

#8E082A (or 0x8E082A) is unknown color: approx Burgundy. HEX triplet: 8E, 08 and 2A. RGB value is (142,8,42). Sum of RGB (Red+Green+Blue) = 142+8+42=192 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.96% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 142 - color contains mainly: red. Hex color #8E082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E082A is #71F7D5. Grayscale: #333333. Windows color (decimal): -7469014 or 2754702. OLE color: 2754702.

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

Color convert

RGB142842-
CMYK00.940.700.44
HSL344.78º89.33%29.41%-
HSV(B)344.78º94.37%55.69%-
XYZ11.666.092.75-
YUV51.94122.39192.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.96%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=73.96%
G=4.17%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14284200.940.700.44344.7889.3329.41
Hex8E82A05E462C159591d
Octal216105201361065453113135
Binary100011101000101010010111101000110101100101011001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,8,42); }

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

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

 a { background-color: rgb(142,8,42); }

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

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

 span { border-color: rgb(142,8,42); }

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