#820C2A

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

Shades of Burgundy #820C2A

Tints of Burgundy #820C2A

Color information

#820C2A (or 0x820C2A) is unknown color: approx Burgundy. HEX triplet: 82, 0C and 2A. RGB value is (130,12,42). Sum of RGB (Red+Green+Blue) = 130+12+42=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #820C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820C2A is #7DF3D5. Grayscale: #323232. Windows color (decimal): -8254422 or 2755714. OLE color: 2755714.

HSL color Cylindrical-coordinate representation of color #820C2A: hue angle of 344.75º 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 #820C2A is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1301242-
CMYK00.910.680.49
HSL344.75º83.1%27.84%-
HSV(B)344.75º90.77%50.98%-
XYZ9.765.182.68-
YUV50.7123.09184.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=70.65%
G=6.52%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130124200.910.680.49344.7583.127.84
Hex82C2A05B4431159531c
Octal202145201331046153112334
Binary100000101100101010010110111000100110001101011001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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