#820C1E

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

Shades of Burgundy #820C1E

Tints of Burgundy #820C1E

Color information

#820C1E (or 0x820C1E) is unknown color: approx Burgundy. HEX triplet: 82, 0C and 1E. RGB value is (130,12,30). Sum of RGB (Red+Green+Blue) = 130+12+30=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #820C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820C1E is #7DF3E1. Grayscale: #313131. Windows color (decimal): -8254434 or 1969282. OLE color: 1969282.

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

Color convert

RGB1301230-
CMYK00.910.770.49
HSL350.85º83.1%27.84%-
HSV(B)350.85º90.77%50.98%-
XYZ9.575.11.71-
YUV49.33117.09185.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.58%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=75.58%
G=6.98%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130123000.910.770.49350.8583.127.84
Hex82C1E05B4D3115f531c
Octal202143601331156153712334
Binary10000010110011110010110111001101110001101011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,12,30); }

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

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

 a { background-color: rgb(130,12,30); }

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

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

 span { border-color: rgb(130,12,30); }

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