#820937

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

Shades of Burgundy #820937

Tints of Burgundy #820937

Color information

#820937 (or 0x820937) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 37. RGB value is (130,9,55). Sum of RGB (Red+Green+Blue) = 130+9+55=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #820937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820937 is #7DF6C8. Grayscale: #323232. Windows color (decimal): -8255177 or 3606914. OLE color: 3606914.

HSL color Cylindrical-coordinate representation of color #820937: hue angle of 337.19º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820937 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB130955-
CMYK00.930.580.49
HSL337.19º87.05%27.25%-
HSV(B)337.19º93.08%50.98%-
XYZ9.995.224.09-
YUV50.42130.59184.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.01%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 55 (21.88% from 255) = 28.35%
R=67.01%
G=4.64%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13095500.930.580.49337.1987.0527.25
Hex8293705D3A31151571b
Octal20211670135726152112733
Binary10000010100111011101011101111010110001101010001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820937; }

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

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

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

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

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

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

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

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