#8E0C31

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

Shades of Burgundy #8E0C31

Tints of Burgundy #8E0C31

Color information

#8E0C31 (or 0x8E0C31) is unknown color: approx Burgundy. HEX triplet: 8E, 0C and 31. RGB value is (142,12,49). Sum of RGB (Red+Green+Blue) = 142+12+49=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C31 is #71F3CE. Grayscale: #373737. Windows color (decimal): -7467983 or 3214478. OLE color: 3214478.

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

Color convert

RGB1421249-
CMYK00.920.650.44
HSL342.92º84.42%30.2%-
HSV(B)342.92º91.55%55.69%-
XYZ11.846.243.49-
YUV55.09124.57189.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=69.95%
G=5.91%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142124900.920.650.44342.9284.4230.2
Hex8EC3105C412C157541e
Octal216146101341015452712436
Binary100011101100110001010111001000001101100101010111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,12,49); }

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

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

 a { background-color: rgb(142,12,49); }

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

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

 span { border-color: rgb(142,12,49); }

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