#821021

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

Shades of Burgundy #821021

Tints of Burgundy #821021

Color information

#821021 (or 0x821021) is unknown color: approx Burgundy. HEX triplet: 82, 10 and 21. RGB value is (130,16,33). Sum of RGB (Red+Green+Blue) = 130+16+33=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #821021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821021 is #7DEFDE. Grayscale: #343434. Windows color (decimal): -8253407 or 2166914. OLE color: 2166914.

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

Color convert

RGB1301633-
CMYK00.880.750.49
HSL351.05º78.08%28.63%-
HSV(B)351.05º87.69%50.98%-
XYZ9.675.231.94-
YUV52.02117.27183.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 72.63%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=72.63%
G=8.94%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130163300.880.750.49351.0578.0828.63
Hex8210210584B3115f4e1d
Octal202204101301136153711635
Binary1000001010000100001010110001001011110001101011111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821021; }

 p { color: rgb(130,16,33); }

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

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

 a { background-color: rgb(130,16,33); }

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

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

 span { border-color: rgb(130,16,33); }

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