#820337

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

Shades of Burgundy #820337

Tints of Burgundy #820337

Color information

#820337 (or 0x820337) is unknown color: approx Burgundy. HEX triplet: 82, 03 and 37. RGB value is (130,3,55). Sum of RGB (Red+Green+Blue) = 130+3+55=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #820337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820337 is #7DFCC8. Grayscale: #2E2E2E. Windows color (decimal): -8256713 or 3605378. OLE color: 3605378.

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

Color convert

RGB130355-
CMYK00.980.580.49
HSL335.43º95.49%26.08%-
HSV(B)335.43º97.69%50.98%-
XYZ9.935.094.07-
YUV46.9132.58187.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.15%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=69.15%
G=1.60%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13035500.980.580.49335.4395.4926.08
Hex823370623A3114f5f1a
Octal2023670142726151713732
Binary100000101111011101100010111010110001101001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820337; }

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

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

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

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

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

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

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

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