#820C31

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

Shades of Burgundy #820C31

Tints of Burgundy #820C31

Color information

#820C31 (or 0x820C31) is unknown color: approx Burgundy. HEX triplet: 82, 0C and 31. RGB value is (130,12,49). Sum of RGB (Red+Green+Blue) = 130+12+49=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #820C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820C31 is #7DF3CE. Grayscale: #333333. Windows color (decimal): -8254415 or 3214466. OLE color: 3214466.

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

Color convert

RGB1301249-
CMYK00.910.620.49
HSL341.19º83.1%27.84%-
HSV(B)341.19º90.77%50.98%-
XYZ9.895.233.39-
YUV51.5126.59183.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.06%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 49 (19.53% from 255) = 25.65%
R=68.06%
G=6.28%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130124900.910.620.49341.1983.127.84
Hex82C3105B3E31155531c
Octal20214610133766152512334
Binary10000010110011000101011011111110110001101010101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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