#8E002A

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

Shades of Burgundy #8E002A

Tints of Burgundy #8E002A

Color information

#8E002A (or 0x8E002A) is unknown color: approx Burgundy. HEX triplet: 8E, 00 and 2A. RGB value is (142,0,42). Sum of RGB (Red+Green+Blue) = 142+0+42=184 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.17% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 142 - color contains mainly: red. Hex color #8E002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E002A is #71FFD5. Grayscale: #2F2F2F. Windows color (decimal): -7471062 or 2752654. OLE color: 2752654.

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

Color convert

RGB142042-
CMYK010.700.44
HSL342.25º100%27.84%-
HSV(B)342.25º100%55.69%-
XYZ11.575.922.72-
YUV47.25125.04195.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 77.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=77.17%
G=0%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142042010.700.44342.2510027.84
Hex8E02A064462C156641c
Octal21605201441065452614434
Binary100011100101010011001001000110101100101010110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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