#820522

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

Shades of Burgundy #820522

Tints of Burgundy #820522

Color information

#820522 (or 0x820522) is unknown color: approx Burgundy. HEX triplet: 82, 05 and 22. RGB value is (130,5,34). Sum of RGB (Red+Green+Blue) = 130+5+34=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #820522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820522 is #7DFADD. Grayscale: #2D2D2D. Windows color (decimal): -8256222 or 2229634. OLE color: 2229634.

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

Color convert

RGB130534-
CMYK00.960.740.49
HSL346.08º92.59%26.47%-
HSV(B)346.08º96.15%50.98%-
XYZ9.554.971.97-
YUV45.68121.41188.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.92%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=76.92%
G=2.96%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13053400.960.740.49346.0892.5926.47
Hex825220604A3115a5d1a
Octal20254201401126153213532
Binary10000010101100010011000001001010110001101011010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820522; }

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

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

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

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

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

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

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

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