#820B28

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

Shades of Burgundy #820B28

Tints of Burgundy #820B28

Color information

#820B28 (or 0x820B28) is unknown color: approx Burgundy. HEX triplet: 82, 0B and 28. RGB value is (130,11,40). Sum of RGB (Red+Green+Blue) = 130+11+40=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #820B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B28 is #7DF4D7. Grayscale: #313131. Windows color (decimal): -8254680 or 2624386. OLE color: 2624386.

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

Color convert

RGB1301140-
CMYK00.920.690.49
HSL345.38º84.4%27.65%-
HSV(B)345.38º91.54%50.98%-
XYZ9.715.142.49-
YUV49.89122.42185.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=71.82%
G=6.08%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130114000.920.690.49345.3884.427.65
Hex82B2805C4531159541c
Octal202135001341056153112434
Binary100000101011101000010111001000101110001101011001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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