#82052C

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

Shades of Burgundy #82052C

Tints of Burgundy #82052C

Color information

#82052C (or 0x82052C) is unknown color: approx Burgundy. HEX triplet: 82, 05 and 2C. RGB value is (130,5,44). Sum of RGB (Red+Green+Blue) = 130+5+44=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #82052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82052C is #7DFAD3. Grayscale: #2E2E2E. Windows color (decimal): -8256212 or 2884994. OLE color: 2884994.

HSL color Cylindrical-coordinate representation of color #82052C: hue angle of 341.28º 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 #82052C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB130544-
CMYK00.960.660.49
HSL341.28º92.59%26.47%-
HSV(B)341.28º96.15%50.98%-
XYZ9.715.042.84-
YUV46.82126.41187.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.63%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 44 (17.58% from 255) = 24.58%
R=72.63%
G=2.79%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13054400.960.660.49341.2892.5926.47
Hex8252C06042311555d1a
Octal20255401401026152513532
Binary10000010101101100011000001000010110001101010101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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