#820C37

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

Shades of Burgundy #820C37

Tints of Burgundy #820C37

Color information

#820C37 (or 0x820C37) is unknown color: approx Burgundy. HEX triplet: 82, 0C and 37. RGB value is (130,12,55). Sum of RGB (Red+Green+Blue) = 130+12+55=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #820C37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820C37 is #7DF3C8. Grayscale: #343434. Windows color (decimal): -8254409 or 3607682. OLE color: 3607682.

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

Color convert

RGB1301255-
CMYK00.910.580.49
HSL338.14º83.1%27.84%-
HSV(B)338.14º90.77%50.98%-
XYZ10.035.284.11-
YUV52.18129.59183.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 55 (21.88% from 255) = 27.92%
R=65.99%
G=6.09%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130125500.910.580.49338.1483.127.84
Hex82C3705B3A31152531c
Octal20214670133726152212334
Binary10000010110011011101011011111010110001101010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,12,55); }

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

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

 a { background-color: rgb(130,12,55); }

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

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

 span { border-color: rgb(130,12,55); }

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