#82071A

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

Shades of Burgundy #82071A

Tints of Burgundy #82071A

Color information

#82071A (or 0x82071A) is unknown color: approx Burgundy. HEX triplet: 82, 07 and 1A. RGB value is (130,7,26). Sum of RGB (Red+Green+Blue) = 130+7+26=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #82071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82071A is #7DF8E5. Grayscale: #2D2D2D. Windows color (decimal): -8255718 or 1705858. OLE color: 1705858.

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

Color convert

RGB130726-
CMYK00.950.80.49
HSL350.73º89.78%26.86%-
HSV(B)350.73º94.62%50.98%-
XYZ9.474.971.44-
YUV45.94116.75187.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.75%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=79.75%
G=4.29%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13072600.950.80.49350.7389.7826.86
Hex8271A05F503115f5a1b
Octal20273201371206153713233
Binary1000001011111010010111111010000110001101011111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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