#82012B

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

Shades of Burgundy #82012B

Tints of Burgundy #82012B

Color information

#82012B (or 0x82012B) is unknown color: approx Burgundy. HEX triplet: 82, 01 and 2B. RGB value is (130,1,43). Sum of RGB (Red+Green+Blue) = 130+1+43=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #82012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82012B is #7DFED4. Grayscale: #2C2C2C. Windows color (decimal): -8257237 or 2818434. OLE color: 2818434.

HSL color Cylindrical-coordinate representation of color #82012B: hue angle of 340.47º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82012B is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB130143-
CMYK00.990.670.49
HSL340.47º98.47%25.69%-
HSV(B)340.47º99.23%50.98%-
XYZ9.654.942.73-
YUV44.36127.24189.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.71%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=74.71%
G=0.57%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13014300.990.670.49340.4798.4725.69
Hex8212B0634331154621a
Octal20215301431036152414232
Binary100000101101011011000111000011110001101010100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,1,43); }

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

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

 a { background-color: rgb(130,1,43); }

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

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

 span { border-color: rgb(130,1,43); }

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