#820915

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

Shades of Burgundy #820915

Tints of Burgundy #820915

Color information

#820915 (or 0x820915) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 15. RGB value is (130,9,21). Sum of RGB (Red+Green+Blue) = 130+9+21=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #820915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820915 is #7DF6EA. Grayscale: #2E2E2E. Windows color (decimal): -8255211 or 1378690. OLE color: 1378690.

HSL color Cylindrical-coordinate representation of color #820915: hue angle of 354.05º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820915 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB130921-
CMYK00.930.840.49
HSL354.05º87.05%27.25%-
HSV(B)354.05º93.08%50.98%-
XYZ9.4451.18-
YUV46.55113.59187.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 81.25%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=81.25%
G=5.62%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13092100.930.840.49354.0587.0527.25
Hex8291505D5431162571b
Octal202112501351246154212733
Binary10000010100110101010111011010100110001101100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820915; }

 p { color: rgb(130,9,21); }

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

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

 a { background-color: rgb(130,9,21); }

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

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

 span { border-color: rgb(130,9,21); }

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