#821219

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

Shades of Burgundy #821219

Tints of Burgundy #821219

Color information

#821219 (or 0x821219) is unknown color: approx Burgundy. HEX triplet: 82, 12 and 19. RGB value is (130,18,25). Sum of RGB (Red+Green+Blue) = 130+18+25=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #821219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821219 is #7DEDE6. Grayscale: #343434. Windows color (decimal): -8252903 or 1643138. OLE color: 1643138.

HSL color Cylindrical-coordinate representation of color #821219: hue angle of 356.25º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821219 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1301825-
CMYK00.860.810.49
HSL356.25º75.68%29.02%-
HSV(B)356.25º86.15%50.98%-
XYZ9.65.251.43-
YUV52.29112.61183.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.14%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=75.14%
G=10.40%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130182500.860.810.49356.2575.6829.02
Hex82121905651311644c1d
Octal202223101261216154411435
Binary100000101001011001010101101010001110001101100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821219; }

 p { color: rgb(130,18,25); }

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

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

 a { background-color: rgb(130,18,25); }

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

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

 span { border-color: rgb(130,18,25); }

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