#820B1E

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

Shades of Burgundy #820B1E

Tints of Burgundy #820B1E

Color information

#820B1E (or 0x820B1E) is unknown color: approx Burgundy. HEX triplet: 82, 0B and 1E. RGB value is (130,11,30). Sum of RGB (Red+Green+Blue) = 130+11+30=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #820B1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B1E is #7DF4E1. Grayscale: #303030. Windows color (decimal): -8254690 or 1969026. OLE color: 1969026.

HSL color Cylindrical-coordinate representation of color #820B1E: hue angle of 350.42º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B1E is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1301130-
CMYK00.920.770.49
HSL350.42º84.4%27.65%-
HSV(B)350.42º91.54%50.98%-
XYZ9.565.081.7-
YUV48.75117.42185.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.02%
GREEN value IS 11 (4.69% from 255) = 6.43%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=76.02%
G=6.43%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130113000.920.770.49350.4284.427.65
Hex82B1E05C4D3115e541c
Octal202133601341156153612434
Binary10000010101111110010111001001101110001101011110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820B1E; }

 p { color: rgb(130,11,30); }

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

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

 a { background-color: rgb(130,11,30); }

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

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

 span { border-color: rgb(130,11,30); }

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