#821122

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

Shades of Burgundy #821122

Tints of Burgundy #821122

Color information

#821122 (or 0x821122) is unknown color: approx Burgundy. HEX triplet: 82, 11 and 22. RGB value is (130,17,34). Sum of RGB (Red+Green+Blue) = 130+17+34=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #821122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821122 is #7DEEDD. Grayscale: #343434. Windows color (decimal): -8253150 or 2232706. OLE color: 2232706.

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

Color convert

RGB1301734-
CMYK00.870.740.49
HSL350.97º76.87%28.82%-
HSV(B)350.97º86.92%50.98%-
XYZ9.75.262.02-
YUV52.72117.44183.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=71.82%
G=9.39%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130173400.870.740.49350.9776.8728.82
Hex8211220574A3115f4d1d
Octal202214201271126153711535
Binary1000001010001100010010101111001010110001101011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821122; }

 p { color: rgb(130,17,34); }

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

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

 a { background-color: rgb(130,17,34); }

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

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

 span { border-color: rgb(130,17,34); }

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