#8E062E

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

Shades of Burgundy #8E062E

Tints of Burgundy #8E062E

Color information

#8E062E (or 0x8E062E) is unknown color: approx Burgundy. HEX triplet: 8E, 06 and 2E. RGB value is (142,6,46). Sum of RGB (Red+Green+Blue) = 142+6+46=194 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.20% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 142 - color contains mainly: red. Hex color #8E062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E062E is #71F9D1. Grayscale: #333333. Windows color (decimal): -7469522 or 3016334. OLE color: 3016334.

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

Color convert

RGB142646-
CMYK00.960.680.44
HSL342.35º91.89%29.02%-
HSV(B)342.35º95.77%55.69%-
XYZ11.716.083.14-
YUV51.22125.06192.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.20%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=73.20%
G=3.09%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14264600.960.680.44342.3591.8929.02
Hex8E62E060442C1565c1d
Octal21665601401045452613435
Binary10001110110101110011000001000100101100101010110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,6,46); }

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

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

 a { background-color: rgb(142,6,46); }

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

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

 span { border-color: rgb(142,6,46); }

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