#82121A

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

Shades of Burgundy #82121A

Tints of Burgundy #82121A

Color information

#82121A (or 0x82121A) is unknown color: approx Burgundy. HEX triplet: 82, 12 and 1A. RGB value is (130,18,26). Sum of RGB (Red+Green+Blue) = 130+18+26=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #82121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82121A is #7DEDE5. Grayscale: #343434. Windows color (decimal): -8252902 or 1708674. OLE color: 1708674.

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

Color convert

RGB1301826-
CMYK00.860.80.49
HSL355.71º75.68%29.02%-
HSV(B)355.71º86.15%50.98%-
XYZ9.615.251.48-
YUV52.4113.11183.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.71%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=74.71%
G=10.34%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130182600.860.80.49355.7175.6829.02
Hex82121A05650311644c1d
Octal202223201261206154411435
Binary100000101001011010010101101010000110001101100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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