#8E0431

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

Shades of Burgundy #8E0431

Tints of Burgundy #8E0431

Color information

#8E0431 (or 0x8E0431) is unknown color: approx Burgundy. HEX triplet: 8E, 04 and 31. RGB value is (142,4,49). Sum of RGB (Red+Green+Blue) = 142+4+49=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0431 is #71FBCE. Grayscale: #323232. Windows color (decimal): -7470031 or 3212430. OLE color: 3212430.

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

Color convert

RGB142449-
CMYK00.970.650.44
HSL340.43º94.52%28.63%-
HSV(B)340.43º97.18%55.69%-
XYZ11.756.063.46-
YUV50.39127.22193.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.82%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=72.82%
G=2.05%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14244900.970.650.44340.4394.5228.63
Hex8E431061412C1545f1d
Octal21646101411015452413735
Binary10001110100110001011000011000001101100101010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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