#82112A

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

Shades of Burgundy #82112A

Tints of Burgundy #82112A

Color information

#82112A (or 0x82112A) is unknown color: approx Burgundy. HEX triplet: 82, 11 and 2A. RGB value is (130,17,42). Sum of RGB (Red+Green+Blue) = 130+17+42=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #82112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82112A is #7DEED5. Grayscale: #353535. Windows color (decimal): -8253142 or 2756994. OLE color: 2756994.

HSL color Cylindrical-coordinate representation of color #82112A: hue angle of 346.73º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82112A is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1301742-
CMYK00.870.680.49
HSL346.73º76.87%28.82%-
HSV(B)346.73º86.92%50.98%-
XYZ9.825.312.7-
YUV53.64121.44182.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.78%
GREEN value IS 17 (7.03% from 255) = 8.99%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=68.78%
G=8.99%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130174200.870.680.49346.7376.8728.82
Hex82112A057443115b4d1d
Octal202215201271046153311535
Binary1000001010001101010010101111000100110001101011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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