#820E35

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

Shades of Burgundy #820E35

Tints of Burgundy #820E35

Color information

#820E35 (or 0x820E35) is unknown color: approx Burgundy. HEX triplet: 82, 0E and 35. RGB value is (130,14,53). Sum of RGB (Red+Green+Blue) = 130+14+53=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #820E35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E35 is #7DF1CA. Grayscale: #353535. Windows color (decimal): -8253899 or 3477122. OLE color: 3477122.

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

Color convert

RGB1301453-
CMYK00.890.590.49
HSL339.83º80.56%28.24%-
HSV(B)339.83º89.23%50.98%-
XYZ10.015.323.87-
YUV53.13127.93182.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.99%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=65.99%
G=7.11%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130145300.890.590.49339.8380.5628.24
Hex82E350593B31154511c
Octal20216650131736152412134
Binary10000010111011010101011001111011110001101010100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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