#821018

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

Shades of Burgundy #821018

Tints of Burgundy #821018

Color information

#821018 (or 0x821018) is unknown color: approx Burgundy. HEX triplet: 82, 10 and 18. RGB value is (130,16,24). Sum of RGB (Red+Green+Blue) = 130+16+24=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #821018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821018 is #7DEFE7. Grayscale: #333333. Windows color (decimal): -8253416 or 1577090. OLE color: 1577090.

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

Color convert

RGB1301624-
CMYK00.880.820.49
HSL355.79º78.08%28.63%-
HSV(B)355.79º87.69%50.98%-
XYZ9.565.181.36-
YUV51112.77184.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 24 (9.77% from 255) = 14.12%
R=76.47%
G=9.41%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130162400.880.820.49355.7978.0828.63
Hex82101805852311644e1d
Octal202203001301226154411635
Binary100000101000011000010110001010010110001101100100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821018; }

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

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

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

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

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

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

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

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