#820B17

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

Shades of Burgundy #820B17

Tints of Burgundy #820B17

Color information

#820B17 (or 0x820B17) is unknown color: approx Burgundy. HEX triplet: 82, 0B and 17. RGB value is (130,11,23). Sum of RGB (Red+Green+Blue) = 130+11+23=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #820B17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820B17 is #7DF4E8. Grayscale: #303030. Windows color (decimal): -8254697 or 1510274. OLE color: 1510274.

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

Color convert

RGB1301123-
CMYK00.920.820.49
HSL353.95º84.4%27.65%-
HSV(B)353.95º91.54%50.98%-
XYZ9.485.051.29-
YUV47.95113.92186.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.27%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=79.27%
G=6.71%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130112300.920.820.49353.9584.427.65
Hex82B1705C5231162541c
Octal202132701341226154212434
Binary10000010101110111010111001010010110001101100010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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