#820639

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

Shades of Burgundy #820639

Tints of Burgundy #820639

Color information

#820639 (or 0x820639) is unknown color: approx Burgundy. HEX triplet: 82, 06 and 39. RGB value is (130,6,57). Sum of RGB (Red+Green+Blue) = 130+6+57=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #820639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820639 is #7DF9C6. Grayscale: #303030. Windows color (decimal): -8255943 or 3737218. OLE color: 3737218.

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

Color convert

RGB130657-
CMYK00.950.560.49
HSL335.32º91.18%26.67%-
HSV(B)335.32º95.38%50.98%-
XYZ10.015.174.34-
YUV48.89132.58185.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.36%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 57 (22.66% from 255) = 29.53%
R=67.36%
G=3.11%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13065700.950.560.49335.3291.1826.67
Hex8263905F383114f5b1b
Octal2026710137706151713333
Binary1000001011011100101011111111000110001101001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820639; }

 p { color: rgb(130,6,57); }

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

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

 a { background-color: rgb(130,6,57); }

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

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

 span { border-color: rgb(130,6,57); }

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