#8E0A28

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

Shades of Burgundy #8E0A28

Tints of Burgundy #8E0A28

Color information

#8E0A28 (or 0x8E0A28) is unknown color: approx Burgundy. HEX triplet: 8E, 0A and 28. RGB value is (142,10,40). Sum of RGB (Red+Green+Blue) = 142+10+40=192 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.96% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0A28 is #71F5D7. Grayscale: #343434. Windows color (decimal): -7468504 or 2624142. OLE color: 2624142.

HSL color Cylindrical-coordinate representation of color #8E0A28: hue angle of 346.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0A28 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB1421040-
CMYK00.930.720.44
HSL346.36º86.84%29.8%-
HSV(B)346.36º92.96%55.69%-
XYZ11.656.122.58-
YUV52.89120.73191.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.96%
GREEN value IS 10 (4.30% from 255) = 5.21%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=73.96%
G=5.21%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142104000.930.720.44346.3686.8429.8
Hex8EA2805D482C15a571e
Octal216125001351105453212736
Binary100011101010101000010111011001000101100101011010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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