#81021D

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

Shades of Burgundy #81021D

Tints of Burgundy #81021D

Color information

#81021D (or 0x81021D) is unknown color: approx Burgundy. HEX triplet: 81, 02 and 1D. RGB value is (129,2,29). Sum of RGB (Red+Green+Blue) = 129+2+29=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #81021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81021D is #7EFDE2. Grayscale: #2B2B2B. Windows color (decimal): -8322531 or 1901185. OLE color: 1901185.

HSL color Cylindrical-coordinate representation of color #81021D: hue angle of 347.24º 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 #81021D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB129229-
CMYK00.980.780.49
HSL347.24º96.95%25.69%-
HSV(B)347.24º98.45%50.59%-
XYZ9.34.81.6-
YUV43.05120.08189.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 80.62%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=80.62%
G=1.25%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12922900.980.780.49347.2496.9525.69
Hex8121D0624E3115b611a
Octal20123501421166153314132
Binary100000011011101011000101001110110001101011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81021D; }

 p { color: rgb(129,2,29); }

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

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

 a { background-color: rgb(129,2,29); }

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

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

 span { border-color: rgb(129,2,29); }

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