#821031

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

Shades of Burgundy #821031

Tints of Burgundy #821031

Color information

#821031 (or 0x821031) is unknown color: approx Burgundy. HEX triplet: 82, 10 and 31. RGB value is (130,16,49). Sum of RGB (Red+Green+Blue) = 130+16+49=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #821031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821031 is #7DEFCE. Grayscale: #353535. Windows color (decimal): -8253391 or 3215490. OLE color: 3215490.

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

Color convert

RGB1301649-
CMYK00.880.620.49
HSL342.63º78.08%28.63%-
HSV(B)342.63º87.69%50.98%-
XYZ9.955.343.41-
YUV53.85125.27182.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=66.67%
G=8.21%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130164900.880.620.49342.6378.0828.63
Hex8210310583E311574e1d
Octal20220610130766152711635
Binary100000101000011000101011000111110110001101010111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821031; }

 p { color: rgb(130,16,49); }

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

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

 a { background-color: rgb(130,16,49); }

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

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

 span { border-color: rgb(130,16,49); }

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