#820229

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

Shades of Burgundy #820229

Tints of Burgundy #820229

Color information

#820229 (or 0x820229) is unknown color: approx Burgundy. HEX triplet: 82, 02 and 29. RGB value is (130,2,41). Sum of RGB (Red+Green+Blue) = 130+2+41=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #820229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820229 is #7DFDD6. Grayscale: #2C2C2C. Windows color (decimal): -8256983 or 2687618. OLE color: 2687618.

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

Color convert

RGB130241-
CMYK00.980.680.49
HSL341.72º96.97%25.88%-
HSV(B)341.72º98.46%50.98%-
XYZ9.634.952.55-
YUV44.72125.91188.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.14%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=75.14%
G=1.16%
B=23.70%

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
Decimal13024100.980.680.49341.7296.9725.88
Hex822290624431156611a
Octal20225101421046152614132
Binary1000001010101001011000101000100110001101010110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820229; }

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

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

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

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

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

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

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

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