#82071B

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

Shades of Burgundy #82071B

Tints of Burgundy #82071B

Color information

#82071B (or 0x82071B) is unknown color: approx Burgundy. HEX triplet: 82, 07 and 1B. RGB value is (130,7,27). Sum of RGB (Red+Green+Blue) = 130+7+27=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #82071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82071B is #7DF8E4. Grayscale: #2E2E2E. Windows color (decimal): -8255717 or 1771394. OLE color: 1771394.

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

Color convert

RGB130727-
CMYK00.950.790.49
HSL350.24º89.78%26.86%-
HSV(B)350.24º94.62%50.98%-
XYZ9.484.981.5-
YUV46.06117.25187.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.27%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=79.27%
G=4.27%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13072700.950.790.49350.2489.7826.86
Hex8271B05F4F3115e5a1b
Octal20273301371176153613233
Binary1000001011111011010111111001111110001101011110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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