#820120

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

Shades of Burgundy #820120

Tints of Burgundy #820120

Color information

#820120 (or 0x820120) is unknown color: approx Burgundy. HEX triplet: 82, 01 and 20. RGB value is (130,1,32). Sum of RGB (Red+Green+Blue) = 130+1+32=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #820120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820120 is #7DFEDF. Grayscale: #2B2B2B. Windows color (decimal): -8257248 or 2097538. OLE color: 2097538.

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

Color convert

RGB130132-
CMYK00.990.750.49
HSL345.58º98.47%25.69%-
HSV(B)345.58º99.23%50.98%-
XYZ9.484.871.81-
YUV43.1121.74189.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.75%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=79.75%
G=0.61%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013200.990.750.49345.5898.4725.69
Hex821200634B3115a621a
Octal20214001431136153214232
Binary100000101100000011000111001011110001101011010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820120; }

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

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

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

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

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

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

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

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