#8E0533

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

Shades of Burgundy #8E0533

Tints of Burgundy #8E0533

Color information

#8E0533 (or 0x8E0533) is unknown color: approx Burgundy. HEX triplet: 8E, 05 and 33. RGB value is (142,5,51). Sum of RGB (Red+Green+Blue) = 142+5+51=198 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.72% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0533 is #71FACC. Grayscale: #333333. Windows color (decimal): -7469773 or 3343758. OLE color: 3343758.

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

Color convert

RGB142551-
CMYK00.960.640.44
HSL339.85º93.2%28.82%-
HSV(B)339.85º96.48%55.69%-
XYZ11.816.13.69-
YUV51.21127.89192.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71.72%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=71.72%
G=2.53%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14255100.960.640.44339.8593.228.82
Hex8E533060402C1545d1d
Octal21656301401005452413535
Binary10001110101110011011000001000000101100101010100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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