#82062C

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

Shades of Burgundy #82062C

Tints of Burgundy #82062C

Color information

#82062C (or 0x82062C) is unknown color: approx Burgundy. HEX triplet: 82, 06 and 2C. RGB value is (130,6,44). Sum of RGB (Red+Green+Blue) = 130+6+44=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #82062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82062C is #7DF9D3. Grayscale: #2F2F2F. Windows color (decimal): -8255956 or 2885250. OLE color: 2885250.

HSL color Cylindrical-coordinate representation of color #82062C: hue angle of 341.61º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82062C is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB130644-
CMYK00.950.660.49
HSL341.61º91.18%26.67%-
HSV(B)341.61º95.38%50.98%-
XYZ9.735.062.85-
YUV47.41126.08186.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.22%
GREEN value IS 6 (2.73% from 255) = 3.33%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=72.22%
G=3.33%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13064400.950.660.49341.6191.1826.67
Hex8262C05F42311565b1b
Octal20265401371026152613333
Binary10000010110101100010111111000010110001101010110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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