#820037

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

Shades of Burgundy #820037

Tints of Burgundy #820037

Color information

#820037 (or 0x820037) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 37. RGB value is (130,0,55). Sum of RGB (Red+Green+Blue) = 130+0+55=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #820037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820037 is #7DFFC8. Grayscale: #2D2D2D. Windows color (decimal): -8257481 or 3604610. OLE color: 3604610.

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

Color convert

RGB130055-
CMYK010.580.49
HSL334.62º100%25.49%-
HSV(B)334.62º100%50.98%-
XYZ9.95.024.06-
YUV45.14133.57188.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 29.73%
R=70.27%
G=0%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130055010.580.49334.6210025.49
Hex820370643A3114f6419
Octal2020670144726151714431
Binary10000010011011101100100111010110001101001111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820037; }

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

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

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

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

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

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

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

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