#820329

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

Shades of Burgundy #820329

Tints of Burgundy #820329

Color information

#820329 (or 0x820329) is unknown color: approx Burgundy. HEX triplet: 82, 03 and 29. RGB value is (130,3,41). Sum of RGB (Red+Green+Blue) = 130+3+41=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #820329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820329 is #7DFCD6. Grayscale: #2D2D2D. Windows color (decimal): -8256727 or 2687874. OLE color: 2687874.

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

Color convert

RGB130341-
CMYK00.980.680.49
HSL342.05º95.49%26.08%-
HSV(B)342.05º97.69%50.98%-
XYZ9.644.972.55-
YUV45.3125.58188.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.71%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 41 (16.41% from 255) = 23.56%
R=74.71%
G=1.72%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13034100.980.680.49342.0595.4926.08
Hex8232906244311565f1a
Octal20235101421046152613732
Binary1000001011101001011000101000100110001101010110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820329; }

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

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

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

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

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

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

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

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