#8D022A

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

Shades of Burgundy #8D022A

Tints of Burgundy #8D022A

Color information

#8D022A (or 0x8D022A) is unknown color: approx Burgundy. HEX triplet: 8D, 02 and 2A. RGB value is (141,2,42). Sum of RGB (Red+Green+Blue) = 141+2+42=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D022A is #72FDD5. Grayscale: #303030. Windows color (decimal): -7536086 or 2753165. OLE color: 2753165.

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

Color convert

RGB141242-
CMYK00.990.700.45
HSL342.73º97.2%28.04%-
HSV(B)342.73º98.58%55.29%-
XYZ11.425.872.72-
YUV48.12124.55194.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 76.22%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=76.22%
G=1.08%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14124200.990.700.45342.7397.228.04
Hex8D22A063462D157611c
Octal21525201431065552714134
Binary1000110110101010011000111000110101101101010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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