#82071C

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

Shades of Burgundy #82071C

Tints of Burgundy #82071C

Color information

#82071C (or 0x82071C) is unknown color: approx Burgundy. HEX triplet: 82, 07 and 1C. RGB value is (130,7,28). Sum of RGB (Red+Green+Blue) = 130+7+28=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #82071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82071C is #7DF8E3. Grayscale: #2E2E2E. Windows color (decimal): -8255716 or 1836930. OLE color: 1836930.

HSL color Cylindrical-coordinate representation of color #82071C: hue angle of 349.76º degrees, saturation: 0.9, 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 #82071C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB130728-
CMYK00.950.780.49
HSL349.76º89.78%26.86%-
HSV(B)349.76º94.62%50.98%-
XYZ9.494.981.56-
YUV46.17117.75187.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.79%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=78.79%
G=4.24%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13072800.950.780.49349.7689.7826.86
Hex8271C05F4E3115e5a1b
Octal20273401371166153613233
Binary1000001011111100010111111001110110001101011110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,7,28); }

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

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

 a { background-color: rgb(130,7,28); }

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

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

 span { border-color: rgb(130,7,28); }

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