#820416

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

Shades of Burgundy #820416

Tints of Burgundy #820416

Color information

#820416 (or 0x820416) is unknown color: approx Burgundy. HEX triplet: 82, 04 and 16. RGB value is (130,4,22). Sum of RGB (Red+Green+Blue) = 130+4+22=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #820416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820416 is #7DFBE9. Grayscale: #2B2B2B. Windows color (decimal): -8256490 or 1442946. OLE color: 1442946.

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

Color convert

RGB130422-
CMYK00.970.830.49
HSL351.43º94.03%26.27%-
HSV(B)351.43º96.92%50.98%-
XYZ9.394.891.21-
YUV43.73115.74189.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=83.33%
G=2.56%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13042200.970.830.49351.4394.0326.27
Hex82416061533115f5e1a
Octal20242601411236153713632
Binary1000001010010110011000011010011110001101011111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820416; }

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

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

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

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

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

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

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

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