#82021E

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

Shades of Burgundy #82021E

Tints of Burgundy #82021E

Color information

#82021E (or 0x82021E) is unknown color: approx Burgundy. HEX triplet: 82, 02 and 1E. RGB value is (130,2,30). Sum of RGB (Red+Green+Blue) = 130+2+30=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #82021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82021E is #7DFDE1. Grayscale: #2B2B2B. Windows color (decimal): -8256994 or 1966722. OLE color: 1966722.

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

Color convert

RGB130230-
CMYK00.980.770.49
HSL346.88º96.97%25.88%-
HSV(B)346.88º98.46%50.98%-
XYZ9.464.881.67-
YUV43.46120.41189.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 80.25%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=80.25%
G=1.23%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13023000.980.770.49346.8896.9725.88
Hex8221E0624D3115b611a
Octal20223601421156153314132
Binary100000101011110011000101001101110001101011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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