#820820

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

Shades of Burgundy #820820

Tints of Burgundy #820820

Color information

#820820 (or 0x820820) is unknown color: approx Burgundy. HEX triplet: 82, 08 and 20. RGB value is (130,8,32). Sum of RGB (Red+Green+Blue) = 130+8+32=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #820820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820820 is #7DF7DF. Grayscale: #2F2F2F. Windows color (decimal): -8255456 or 2099330. OLE color: 2099330.

HSL color Cylindrical-coordinate representation of color #820820: hue angle of 348.2º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820820 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB130832-
CMYK00.940.750.49
HSL348.2º88.41%27.06%-
HSV(B)348.2º93.85%50.98%-
XYZ9.555.021.83-
YUV47.21119.42187.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=76.47%
G=4.71%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13083200.940.750.49348.288.4127.06
Hex8282005E4B3115c581b
Octal202104001361136153413033
Binary100000101000100000010111101001011110001101011100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820820; }

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

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

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

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

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

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

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

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