#820415

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

Shades of Burgundy #820415

Tints of Burgundy #820415

Color information

#820415 (or 0x820415) is unknown color: approx Burgundy. HEX triplet: 82, 04 and 15. RGB value is (130,4,21). Sum of RGB (Red+Green+Blue) = 130+4+21=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #820415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820415 is #7DFBEA. Grayscale: #2B2B2B. Windows color (decimal): -8256491 or 1377410. OLE color: 1377410.

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

Color convert

RGB130421-
CMYK00.970.840.49
HSL351.9º94.03%26.27%-
HSV(B)351.9º96.92%50.98%-
XYZ9.384.891.16-
YUV43.61115.24189.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 83.87%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=83.87%
G=2.58%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13042100.970.840.49351.994.0326.27
Hex8241506154311605e1a
Octal20242501411246154013632
Binary1000001010010101011000011010100110001101100000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820415; }

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

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

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

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

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

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

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

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