#820622

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

Shades of Burgundy #820622

Tints of Burgundy #820622

Color information

#820622 (or 0x820622) is unknown color: approx Burgundy. HEX triplet: 82, 06 and 22. RGB value is (130,6,34). Sum of RGB (Red+Green+Blue) = 130+6+34=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #820622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820622 is #7DF9DD. Grayscale: #2E2E2E. Windows color (decimal): -8255966 or 2229890. OLE color: 2229890.

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

Color convert

RGB130634-
CMYK00.950.740.49
HSL346.45º91.18%26.67%-
HSV(B)346.45º95.38%50.98%-
XYZ9.564.991.97-
YUV46.27121.08187.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 34 (13.67% from 255) = 20%
R=76.47%
G=3.53%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13063400.950.740.49346.4591.1826.67
Hex8262205F4A3115a5b1b
Octal20264201371126153213333
Binary10000010110100010010111111001010110001101011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820622; }

 p { color: rgb(130,6,34); }

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

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

 a { background-color: rgb(130,6,34); }

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

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

 span { border-color: rgb(130,6,34); }

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