#82081D

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

Shades of Burgundy #82081D

Tints of Burgundy #82081D

Color information

#82081D (or 0x82081D) is unknown color: approx Burgundy. HEX triplet: 82, 08 and 1D. RGB value is (130,8,29). Sum of RGB (Red+Green+Blue) = 130+8+29=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #82081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82081D is #7DF7E2. Grayscale: #2E2E2E. Windows color (decimal): -8255459 or 1902722. OLE color: 1902722.

HSL color Cylindrical-coordinate representation of color #82081D: hue angle of 349.67º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82081D is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB130829-
CMYK00.940.780.49
HSL349.67º88.41%27.06%-
HSV(B)349.67º93.85%50.98%-
XYZ9.515.011.63-
YUV46.87117.92187.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 77.84%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=77.84%
G=4.79%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13082900.940.780.49349.6788.4127.06
Hex8281D05E4E3115e581b
Octal202103501361166153613033
Binary10000010100011101010111101001110110001101011110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,8,29); }

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

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

 a { background-color: rgb(130,8,29); }

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

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

 span { border-color: rgb(130,8,29); }

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