#82021A

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

Shades of Burgundy #82021A

Tints of Burgundy #82021A

Color information

#82021A (or 0x82021A) is unknown color: approx Burgundy. HEX triplet: 82, 02 and 1A. RGB value is (130,2,26). Sum of RGB (Red+Green+Blue) = 130+2+26=158 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.28% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 130 - color contains mainly: red. Hex color #82021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82021A is #7DFDE5. Grayscale: #2B2B2B. Windows color (decimal): -8256998 or 1704578. OLE color: 1704578.

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

Color convert

RGB130226-
CMYK00.980.80.49
HSL348.75º96.97%25.88%-
HSV(B)348.75º98.46%50.98%-
XYZ9.414.861.42-
YUV43.01118.41190.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 82.28%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=82.28%
G=1.27%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13022600.980.80.49348.7596.9725.88
Hex8221A062503115d611a
Octal20223201421206153514132
Binary100000101011010011000101010000110001101011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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