#820029

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

Shades of Burgundy #820029

Tints of Burgundy #820029

Color information

#820029 (or 0x820029) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 29. RGB value is (130,0,41). Sum of RGB (Red+Green+Blue) = 130+0+41=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #820029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820029 is #7DFFD6. Grayscale: #2B2B2B. Windows color (decimal): -8257495 or 2687106. OLE color: 2687106.

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

Color convert

RGB130041-
CMYK010.680.49
HSL341.08º100%25.49%-
HSV(B)341.08º100%50.98%-
XYZ9.614.912.54-
YUV43.54126.57189.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=76.02%
G=0%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130041010.680.49341.0810025.49
Hex8202906444311556419
Octal20205101441046152514431
Binary100000100101001011001001000100110001101010101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820029; }

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

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

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

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

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

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

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

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