#820638

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

Shades of Burgundy #820638

Tints of Burgundy #820638

Color information

#820638 (or 0x820638) is unknown color: approx Burgundy. HEX triplet: 82, 06 and 38. RGB value is (130,6,56). Sum of RGB (Red+Green+Blue) = 130+6+56=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #820638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820638 is #7DF9C7. Grayscale: #303030. Windows color (decimal): -8255944 or 3671682. OLE color: 3671682.

HSL color Cylindrical-coordinate representation of color #820638: hue angle of 335.81º 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 #820638 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB130656-
CMYK00.950.570.49
HSL335.81º91.18%26.67%-
HSV(B)335.81º95.38%50.98%-
XYZ9.985.164.21-
YUV48.78132.08185.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.71%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=67.71%
G=3.12%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13065600.950.570.49335.8191.1826.67
Hex8263805F39311505b1b
Octal2026700137716152013333
Binary1000001011011100001011111111001110001101010000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820638; }

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

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

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

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

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

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

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

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