#820B35

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

Shades of Burgundy #820B35

Tints of Burgundy #820B35

Color information

#820B35 (or 0x820B35) is unknown color: approx Burgundy. HEX triplet: 82, 0B and 35. RGB value is (130,11,53). Sum of RGB (Red+Green+Blue) = 130+11+53=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #820B35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B35 is #7DF4CA. Grayscale: #333333. Windows color (decimal): -8254667 or 3476354. OLE color: 3476354.

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

Color convert

RGB1301153-
CMYK00.920.590.49
HSL338.82º84.4%27.65%-
HSV(B)338.82º91.54%50.98%-
XYZ9.975.243.85-
YUV51.37128.92184.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.01%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=67.01%
G=5.67%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130115300.920.590.49338.8284.427.65
Hex82B3505C3B31153541c
Octal20213650134736152312434
Binary10000010101111010101011100111011110001101010011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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