#820326

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

Shades of Burgundy #820326

Tints of Burgundy #820326

Color information

#820326 (or 0x820326) is unknown color: approx Burgundy. HEX triplet: 82, 03 and 26. RGB value is (130,3,38). Sum of RGB (Red+Green+Blue) = 130+3+38=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #820326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820326 is #7DFCD9. Grayscale: #2C2C2C. Windows color (decimal): -8256730 or 2491266. OLE color: 2491266.

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

Color convert

RGB130338-
CMYK00.980.710.49
HSL343.46º95.49%26.08%-
HSV(B)343.46º97.69%50.98%-
XYZ9.594.952.28-
YUV44.96124.08188.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.02%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 38 (15.23% from 255) = 22.22%
R=76.02%
G=1.75%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13033800.980.710.49343.4695.4926.08
Hex8232606247311575f1a
Octal20234601421076152713732
Binary1000001011100110011000101000111110001101010111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820326; }

 p { color: rgb(130,3,38); }

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

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

 a { background-color: rgb(130,3,38); }

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

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

 span { border-color: rgb(130,3,38); }

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