#8D042B

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

Shades of Burgundy #8D042B

Tints of Burgundy #8D042B

Color information

#8D042B (or 0x8D042B) is unknown color: approx Burgundy. HEX triplet: 8D, 04 and 2B. RGB value is (141,4,43). Sum of RGB (Red+Green+Blue) = 141+4+43=188 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 141 - color contains mainly: red. Hex color #8D042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D042B is #72FBD4. Grayscale: #313131. Windows color (decimal): -7535573 or 2819213. OLE color: 2819213.

HSL color Cylindrical-coordinate representation of color #8D042B: hue angle of 342.92º 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 #8D042B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB141443-
CMYK00.970.700.45
HSL342.92º94.48%28.43%-
HSV(B)342.92º97.16%55.29%-
XYZ11.465.922.82-
YUV49.41124.39193.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 75%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=75%
G=2.13%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14144300.970.700.45342.9294.4828.43
Hex8D42B061462D1575e1c
Octal21545301411065552713634
Binary10001101100101011011000011000110101101101010111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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