#8D072D

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

Shades of Burgundy #8D072D

Tints of Burgundy #8D072D

Color information

#8D072D (or 0x8D072D) is unknown color: approx Burgundy. HEX triplet: 8D, 07 and 2D. RGB value is (141,7,45). Sum of RGB (Red+Green+Blue) = 141+7+45=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D072D is #72F8D2. Grayscale: #333333. Windows color (decimal): -7534803 or 2951053. OLE color: 2951053.

HSL color Cylindrical-coordinate representation of color #8D072D: hue angle of 342.99º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D072D is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB141745-
CMYK00.950.680.45
HSL342.99º90.54%29.02%-
HSV(B)342.99º95.04%55.29%-
XYZ11.5363.03-
YUV51.4124.39191.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.06%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=73.06%
G=3.63%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14174500.950.680.45342.9990.5429.02
Hex8D72D05F442D1575b1d
Octal21575501371045552713335
Binary10001101111101101010111111000100101101101010111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,7,45); }

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

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

 a { background-color: rgb(141,7,45); }

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

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

 span { border-color: rgb(141,7,45); }

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