#8E062A

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

Shades of Burgundy #8E062A

Tints of Burgundy #8E062A

Color information

#8E062A (or 0x8E062A) is unknown color: approx Burgundy. HEX triplet: 8E, 06 and 2A. RGB value is (142,6,42). Sum of RGB (Red+Green+Blue) = 142+6+42=190 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.74% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 142 - color contains mainly: red. Hex color #8E062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E062A is #71F9D5. Grayscale: #323232. Windows color (decimal): -7469526 or 2754190. OLE color: 2754190.

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

Color convert

RGB142642-
CMYK00.960.700.44
HSL344.12º91.89%29.02%-
HSV(B)344.12º95.77%55.69%-
XYZ11.646.052.74-
YUV50.77123.06193.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 74.74%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=74.74%
G=3.16%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14264200.960.700.44344.1291.8929.02
Hex8E62A060462C1585c1d
Octal21665201401065453013435
Binary10001110110101010011000001000110101100101011000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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