#8D022C

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

Shades of Burgundy #8D022C

Tints of Burgundy #8D022C

Color information

#8D022C (or 0x8D022C) is unknown color: approx Burgundy. HEX triplet: 8D, 02 and 2C. RGB value is (141,2,44). Sum of RGB (Red+Green+Blue) = 141+2+44=187 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.40% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 141 - color contains mainly: red. Hex color #8D022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D022C is #72FDD3. Grayscale: #303030. Windows color (decimal): -7536084 or 2884237. OLE color: 2884237.

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

Color convert

RGB141244-
CMYK00.990.690.45
HSL341.87º97.2%28.04%-
HSV(B)341.87º98.58%55.29%-
XYZ11.465.892.92-
YUV48.35125.55194.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 75.40%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=75.40%
G=1.07%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14124400.990.690.45341.8797.228.04
Hex8D22C063452D156611c
Octal21525401431055552614134
Binary1000110110101100011000111000101101101101010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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