#82052D

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

Shades of Burgundy #82052D

Tints of Burgundy #82052D

Color information

#82052D (or 0x82052D) is unknown color: approx Burgundy. HEX triplet: 82, 05 and 2D. RGB value is (130,5,45). Sum of RGB (Red+Green+Blue) = 130+5+45=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #82052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82052D is #7DFAD2. Grayscale: #2E2E2E. Windows color (decimal): -8256211 or 2950530. OLE color: 2950530.

HSL color Cylindrical-coordinate representation of color #82052D: hue angle of 340.8º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82052D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB130545-
CMYK00.960.650.49
HSL340.8º92.59%26.47%-
HSV(B)340.8º96.15%50.98%-
XYZ9.735.042.94-
YUV46.94126.91187.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.22%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 45 (17.97% from 255) = 25%
R=72.22%
G=2.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13054500.960.650.49340.892.5926.47
Hex8252D06041311555d1a
Octal20255501401016152513532
Binary10000010101101101011000001000001110001101010101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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