#820131

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

Shades of Burgundy #820131

Tints of Burgundy #820131

Color information

#820131 (or 0x820131) is unknown color: approx Burgundy. HEX triplet: 82, 01 and 31. RGB value is (130,1,49). Sum of RGB (Red+Green+Blue) = 130+1+49=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #820131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820131 is #7DFECE. Grayscale: #2C2C2C. Windows color (decimal): -8257231 or 3211650. OLE color: 3211650.

HSL color Cylindrical-coordinate representation of color #820131: hue angle of 337.67º 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 #820131 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB130149-
CMYK00.990.620.49
HSL337.67º98.47%25.69%-
HSV(B)337.67º99.23%50.98%-
XYZ9.774.993.35-
YUV45.04130.24188.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.22%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 49 (19.53% from 255) = 27.22%
R=72.22%
G=0.56%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13014900.990.620.49337.6798.4725.69
Hex821310633E31152621a
Octal2021610143766152214232
Binary10000010111000101100011111110110001101010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820131; }

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

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

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

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

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

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

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

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