#82002D

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

Shades of Burgundy #82002D

Tints of Burgundy #82002D

Color information

#82002D (or 0x82002D) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 2D. RGB value is (130,0,45). Sum of RGB (Red+Green+Blue) = 130+0+45=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #82002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82002D is #7DFFD2. Grayscale: #2B2B2B. Windows color (decimal): -8257491 or 2949250. OLE color: 2949250.

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

Color convert

RGB130045-
CMYK010.650.49
HSL339.23º100%25.49%-
HSV(B)339.23º100%50.98%-
XYZ9.684.942.93-
YUV44128.57189.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=74.29%
G=0%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130045010.650.49339.2310025.49
Hex8202D06441311536419
Octal20205501441016152314431
Binary100000100101101011001001000001110001101010011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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