#820B36

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

Shades of Burgundy #820B36

Tints of Burgundy #820B36

Color information

#820B36 (or 0x820B36) is unknown color: approx Burgundy. HEX triplet: 82, 0B and 36. RGB value is (130,11,54). Sum of RGB (Red+Green+Blue) = 130+11+54=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #820B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B36 is #7DF4C9. Grayscale: #333333. Windows color (decimal): -8254666 or 3541890. OLE color: 3541890.

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

Color convert

RGB1301154-
CMYK00.920.580.49
HSL338.32º84.4%27.65%-
HSV(B)338.32º91.54%50.98%-
XYZ9.995.253.98-
YUV51.48129.42184-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=66.67%
G=5.64%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130115400.920.580.49338.3284.427.65
Hex82B3605C3A31152541c
Octal20213660134726152212434
Binary10000010101111011001011100111010110001101010010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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