#82121E

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

Shades of Burgundy #82121E

Tints of Burgundy #82121E

Color information

#82121E (or 0x82121E) is unknown color: approx Burgundy. HEX triplet: 82, 12 and 1E. RGB value is (130,18,30). Sum of RGB (Red+Green+Blue) = 130+18+30=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #82121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82121E is #7DEDE1. Grayscale: #343434. Windows color (decimal): -8252898 or 1970818. OLE color: 1970818.

HSL color Cylindrical-coordinate representation of color #82121E: hue angle of 353.57º 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 #82121E is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1301830-
CMYK00.860.770.49
HSL353.57º75.68%29.02%-
HSV(B)353.57º86.15%50.98%-
XYZ9.665.271.74-
YUV52.86115.11183.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 73.03%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=73.03%
G=10.11%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130183000.860.770.49353.5775.6829.02
Hex82121E0564D311624c1d
Octal202223601261156154211435
Binary100000101001011110010101101001101110001101100010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82121E; }

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

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

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

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

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

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

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

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