#82021C

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

Shades of Burgundy #82021C

Tints of Burgundy #82021C

Color information

#82021C (or 0x82021C) is unknown color: approx Burgundy. HEX triplet: 82, 02 and 1C. RGB value is (130,2,28). Sum of RGB (Red+Green+Blue) = 130+2+28=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #82021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82021C is #7DFDE3. Grayscale: #2B2B2B. Windows color (decimal): -8256996 or 1835650. OLE color: 1835650.

HSL color Cylindrical-coordinate representation of color #82021C: hue angle of 347.81º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82021C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB130228-
CMYK00.980.780.49
HSL347.81º96.97%25.88%-
HSV(B)347.81º98.46%50.98%-
XYZ9.444.871.54-
YUV43.24119.41189.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 81.25%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=81.25%
G=1.25%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13022800.980.780.49347.8196.9725.88
Hex8221C0624E3115c611a
Octal20223401421166153414132
Binary100000101011100011000101001110110001101011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82021C; }

 p { color: rgb(130,2,28); }

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

<style>
 a { background-color: #82021C; }

 a { background-color: rgb(130,2,28); }

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

<style>
 span { border-color: #82021C; }

 span { border-color: rgb(130,2,28); }

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