#82072A

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

Shades of Burgundy #82072A

Tints of Burgundy #82072A

Color information

#82072A (or 0x82072A) is unknown color: approx Burgundy. HEX triplet: 82, 07 and 2A. RGB value is (130,7,42). Sum of RGB (Red+Green+Blue) = 130+7+42=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #82072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82072A is #7DF8D5. Grayscale: #2F2F2F. Windows color (decimal): -8255702 or 2754434. OLE color: 2754434.

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

Color convert

RGB130742-
CMYK00.950.680.49
HSL342.93º89.78%26.86%-
HSV(B)342.93º94.62%50.98%-
XYZ9.75.062.66-
YUV47.77124.75186.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.63%
GREEN value IS 7 (3.12% from 255) = 3.91%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=72.63%
G=3.91%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13074200.950.680.49342.9389.7826.86
Hex8272A05F44311575a1b
Octal20275201371046152713233
Binary10000010111101010010111111000100110001101010111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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