#820E1F

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

Shades of Burgundy #820E1F

Tints of Burgundy #820E1F

Color information

#820E1F (or 0x820E1F) is unknown color: approx Burgundy. HEX triplet: 82, 0E and 1F. RGB value is (130,14,31). Sum of RGB (Red+Green+Blue) = 130+14+31=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #820E1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E1F is #7DF1E0. Grayscale: #323232. Windows color (decimal): -8253921 or 2035330. OLE color: 2035330.

HSL color Cylindrical-coordinate representation of color #820E1F: hue angle of 351.21º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820E1F is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1301431-
CMYK00.890.760.49
HSL351.21º80.56%28.24%-
HSV(B)351.21º89.23%50.98%-
XYZ9.615.161.79-
YUV50.62116.93184.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.29%
GREEN value IS 14 (5.86% from 255) = 8%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=74.29%
G=8%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130143100.890.760.49351.2180.5628.24
Hex82E1F0594C3115f511c
Octal202163701311146153712134
Binary10000010111011111010110011001100110001101011111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820E1F; }

 p { color: rgb(130,14,31); }

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

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

 a { background-color: rgb(130,14,31); }

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

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

 span { border-color: rgb(130,14,31); }

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