#820929

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

Shades of Burgundy #820929

Tints of Burgundy #820929

Color information

#820929 (or 0x820929) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 29. RGB value is (130,9,41). Sum of RGB (Red+Green+Blue) = 130+9+41=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #820929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820929 is #7DF6D6. Grayscale: #303030. Windows color (decimal): -8255191 or 2689410. OLE color: 2689410.

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

Color convert

RGB130941-
CMYK00.930.680.49
HSL344.13º87.05%27.25%-
HSV(B)344.13º93.08%50.98%-
XYZ9.75.12.57-
YUV48.83123.59185.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.22%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=72.22%
G=5%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13094100.930.680.49344.1387.0527.25
Hex8292905D4431158571b
Octal202115101351046153012733
Binary100000101001101001010111011000100110001101011000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820929; }

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

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

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

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

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

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

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

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