#8E0537

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

Shades of Burgundy #8E0537

Tints of Burgundy #8E0537

Color information

#8E0537 (or 0x8E0537) is unknown color: approx Burgundy. HEX triplet: 8E, 05 and 37. RGB value is (142,5,55). Sum of RGB (Red+Green+Blue) = 142+5+55=202 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.30% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0537 is #71FAC8. Grayscale: #333333. Windows color (decimal): -7469769 or 3605902. OLE color: 3605902.

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

Color convert

RGB142555-
CMYK00.960.610.44
HSL338.1º93.2%28.82%-
HSV(B)338.1º96.48%55.69%-
XYZ11.96.144.17-
YUV51.66129.89192.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 70.30%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 55 (21.88% from 255) = 27.23%
R=70.30%
G=2.48%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14255500.960.610.44338.193.228.82
Hex8E5370603D2C1525d1d
Octal2165670140755452213535
Binary1000111010111011101100000111101101100101010010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,5,55); }

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

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

 a { background-color: rgb(142,5,55); }

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

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

 span { border-color: rgb(142,5,55); }

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