#8E0028

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

Shades of Burgundy #8E0028

Tints of Burgundy #8E0028

Color information

#8E0028 (or 0x8E0028) is unknown color: approx Burgundy. HEX triplet: 8E, 00 and 28. RGB value is (142,0,40). Sum of RGB (Red+Green+Blue) = 142+0+40=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0028 is #71FFD7. Grayscale: #2F2F2F. Windows color (decimal): -7471064 or 2621582. OLE color: 2621582.

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

Color convert

RGB142040-
CMYK010.720.44
HSL343.1º100%27.84%-
HSV(B)343.1º100%55.69%-
XYZ11.545.92.54-
YUV47.02124.04195.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 78.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=78.02%
G=0%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142040010.720.44343.110027.84
Hex8E028064482C157641c
Octal21605001441105452714434
Binary100011100101000011001001001000101100101010111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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