#820116

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

Shades of Burgundy #820116

Tints of Burgundy #820116

Color information

#820116 (or 0x820116) is unknown color: approx Burgundy. HEX triplet: 82, 01 and 16. RGB value is (130,1,22). Sum of RGB (Red+Green+Blue) = 130+1+22=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #820116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820116 is #7DFEE9. Grayscale: #2A2A2A. Windows color (decimal): -8257258 or 1442178. OLE color: 1442178.

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

Color convert

RGB130122-
CMYK00.990.830.49
HSL350.23º98.47%25.69%-
HSV(B)350.23º99.23%50.98%-
XYZ9.364.831.2-
YUV41.96116.74190.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.97%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=84.97%
G=0.65%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012200.990.830.49350.2398.4725.69
Hex82116063533115e621a
Octal20212601431236153614232
Binary10000010110110011000111010011110001101011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820116; }

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

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

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

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

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

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

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

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