#82021D

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

Shades of Burgundy #82021D

Tints of Burgundy #82021D

Color information

#82021D (or 0x82021D) is unknown color: approx Burgundy. HEX triplet: 82, 02 and 1D. RGB value is (130,2,29). Sum of RGB (Red+Green+Blue) = 130+2+29=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #82021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82021D is #7DFDE2. Grayscale: #2B2B2B. Windows color (decimal): -8256995 or 1901186. OLE color: 1901186.

HSL color Cylindrical-coordinate representation of color #82021D: hue angle of 347.34º 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 #82021D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB130229-
CMYK00.980.780.49
HSL347.34º96.97%25.88%-
HSV(B)347.34º98.46%50.98%-
XYZ9.454.881.61-
YUV43.35119.91189.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 80.75%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=80.75%
G=1.24%
B=18.01%

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
Decimal13022900.980.780.49347.3496.9725.88
Hex8221D0624E3115b611a
Octal20223501421166153314132
Binary100000101011101011000101001110110001101011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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