#8D062D

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

Shades of Burgundy #8D062D

Tints of Burgundy #8D062D

Color information

#8D062D (or 0x8D062D) is unknown color: approx Burgundy. HEX triplet: 8D, 06 and 2D. RGB value is (141,6,45). Sum of RGB (Red+Green+Blue) = 141+6+45=192 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.44% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 141 - color contains mainly: red. Hex color #8D062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D062D is #72F9D2. Grayscale: #323232. Windows color (decimal): -7535059 or 2950797. OLE color: 2950797.

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

Color convert

RGB141645-
CMYK00.960.680.45
HSL342.67º91.84%28.82%-
HSV(B)342.67º95.74%55.29%-
XYZ11.525.983.03-
YUV50.81124.73192.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.44%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=73.44%
G=3.12%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14164500.960.680.45342.6791.8428.82
Hex8D62D060442D1575c1d
Octal21565501401045552713435
Binary10001101110101101011000001000100101101101010111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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