#8D042C

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

Shades of Burgundy #8D042C

Tints of Burgundy #8D042C

Color information

#8D042C (or 0x8D042C) is unknown color: approx Burgundy. HEX triplet: 8D, 04 and 2C. RGB value is (141,4,44). Sum of RGB (Red+Green+Blue) = 141+4+44=189 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.60% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 141 - color contains mainly: red. Hex color #8D042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D042C is #72FBD3. Grayscale: #313131. Windows color (decimal): -7535572 or 2884749. OLE color: 2884749.

HSL color Cylindrical-coordinate representation of color #8D042C: hue angle of 342.48º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D042C is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB141444-
CMYK00.970.690.45
HSL342.48º94.48%28.43%-
HSV(B)342.48º97.16%55.29%-
XYZ11.485.932.92-
YUV49.52124.89193.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 74.60%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=74.60%
G=2.12%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14144400.970.690.45342.4894.4828.43
Hex8D42C061452D1565e1c
Octal21545401411055552613634
Binary10001101100101100011000011000101101101101010110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,4,44); }

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

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

 a { background-color: rgb(141,4,44); }

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

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

 span { border-color: rgb(141,4,44); }

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