#820121

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

Shades of Burgundy #820121

Tints of Burgundy #820121

Color information

#820121 (or 0x820121) is unknown color: approx Burgundy. HEX triplet: 82, 01 and 21. RGB value is (130,1,33). Sum of RGB (Red+Green+Blue) = 130+1+33=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #820121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820121 is #7DFEDE. Grayscale: #2B2B2B. Windows color (decimal): -8257247 or 2163074. OLE color: 2163074.

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

Color convert

RGB130133-
CMYK00.990.750.49
HSL345.12º98.47%25.69%-
HSV(B)345.12º99.23%50.98%-
XYZ9.494.881.88-
YUV43.22122.24189.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.27%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=79.27%
G=0.61%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013300.990.750.49345.1298.4725.69
Hex821210634B31159621a
Octal20214101431136153114232
Binary100000101100001011000111001011110001101011001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820121; }

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

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

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

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

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

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

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

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