#82062D

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

Shades of Burgundy #82062D

Tints of Burgundy #82062D

Color information

#82062D (or 0x82062D) is unknown color: approx Burgundy. HEX triplet: 82, 06 and 2D. RGB value is (130,6,45). Sum of RGB (Red+Green+Blue) = 130+6+45=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82062D is #7DF9D2. Grayscale: #2F2F2F. Windows color (decimal): -8255955 or 2950786. OLE color: 2950786.

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

Color convert

RGB130645-
CMYK00.950.650.49
HSL341.13º91.18%26.67%-
HSV(B)341.13º95.38%50.98%-
XYZ9.745.072.95-
YUV47.52126.58186.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=71.82%
G=3.31%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13064500.950.650.49341.1391.1826.67
Hex8262D05F41311555b1b
Octal20265501371016152513333
Binary10000010110101101010111111000001110001101010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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