#8D062C

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

Shades of Burgundy #8D062C

Tints of Burgundy #8D062C

Color information

#8D062C (or 0x8D062C) is unknown color: approx Burgundy. HEX triplet: 8D, 06 and 2C. RGB value is (141,6,44). Sum of RGB (Red+Green+Blue) = 141+6+44=191 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.82% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 141 - color contains mainly: red. Hex color #8D062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D062C is #72F9D3. Grayscale: #323232. Windows color (decimal): -7535060 or 2885261. OLE color: 2885261.

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

Color convert

RGB141644-
CMYK00.960.690.45
HSL343.11º91.84%28.82%-
HSV(B)343.11º95.74%55.29%-
XYZ11.55.972.93-
YUV50.7124.23192.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.82%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=73.82%
G=3.14%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14164400.960.690.45343.1191.8428.82
Hex8D62C060452D1575c1d
Octal21565401401055552713435
Binary10001101110101100011000001000101101101101010111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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