#82002A

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

Shades of Burgundy #82002A

Tints of Burgundy #82002A

Color information

#82002A (or 0x82002A) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 2A. RGB value is (130,0,42). Sum of RGB (Red+Green+Blue) = 130+0+42=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #82002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82002A is #7DFFD5. Grayscale: #2B2B2B. Windows color (decimal): -8257494 or 2752642. OLE color: 2752642.

HSL color Cylindrical-coordinate representation of color #82002A: hue angle of 340.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82002A is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB130042-
CMYK010.680.49
HSL340.62º100%25.49%-
HSV(B)340.62º100%50.98%-
XYZ9.624.912.63-
YUV43.66127.07189.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=75.58%
G=0%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130042010.680.49340.6210025.49
Hex8202A06444311556419
Octal20205201441046152514431
Binary100000100101010011001001000100110001101010101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,0,42); }

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

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

 a { background-color: rgb(130,0,42); }

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

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

 span { border-color: rgb(130,0,42); }

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