#820B1D

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

Shades of Burgundy #820B1D

Tints of Burgundy #820B1D

Color information

#820B1D (or 0x820B1D) is unknown color: approx Burgundy. HEX triplet: 82, 0B and 1D. RGB value is (130,11,29). Sum of RGB (Red+Green+Blue) = 130+11+29=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #820B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B1D is #7DF4E2. Grayscale: #303030. Windows color (decimal): -8254691 or 1903490. OLE color: 1903490.

HSL color Cylindrical-coordinate representation of color #820B1D: hue angle of 350.92º 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 #820B1D is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1301129-
CMYK00.920.780.49
HSL350.92º84.4%27.65%-
HSV(B)350.92º91.54%50.98%-
XYZ9.555.071.64-
YUV48.63116.92186.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 11 (4.69% from 255) = 6.47%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=76.47%
G=6.47%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130112900.920.780.49350.9284.427.65
Hex82B1D05C4E3115f541c
Octal202133501341166153712434
Binary10000010101111101010111001001110110001101011111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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