#820916

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

Shades of Burgundy #820916

Tints of Burgundy #820916

Color information

#820916 (or 0x820916) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 16. RGB value is (130,9,22). Sum of RGB (Red+Green+Blue) = 130+9+22=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #820916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820916 is #7DF6E9. Grayscale: #2E2E2E. Windows color (decimal): -8255210 or 1444226. OLE color: 1444226.

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

Color convert

RGB130922-
CMYK00.930.830.49
HSL353.55º87.05%27.25%-
HSV(B)353.55º93.08%50.98%-
XYZ9.4551.23-
YUV46.66114.09187.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 80.75%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=80.75%
G=5.59%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13092200.930.830.49353.5587.0527.25
Hex8291605D5331162571b
Octal202112601351236154212733
Binary10000010100110110010111011010011110001101100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820916; }

 p { color: rgb(130,9,22); }

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

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

 a { background-color: rgb(130,9,22); }

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

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

 span { border-color: rgb(130,9,22); }

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