#8E0536

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

Shades of Burgundy #8E0536

Tints of Burgundy #8E0536

Color information

#8E0536 (or 0x8E0536) is unknown color: approx Burgundy. HEX triplet: 8E, 05 and 36. RGB value is (142,5,54). Sum of RGB (Red+Green+Blue) = 142+5+54=201 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.65% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0536 is #71FAC9. Grayscale: #333333. Windows color (decimal): -7469770 or 3540366. OLE color: 3540366.

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

Color convert

RGB142554-
CMYK00.960.620.44
HSL338.54º93.2%28.82%-
HSV(B)338.54º96.48%55.69%-
XYZ11.886.134.05-
YUV51.55129.39192.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 70.65%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=70.65%
G=2.49%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14255400.960.620.44338.5493.228.82
Hex8E5360603E2C1535d1d
Octal2165660140765452313535
Binary1000111010111011001100000111110101100101010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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