#82092C

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

Shades of Burgundy #82092C

Tints of Burgundy #82092C

Color information

#82092C (or 0x82092C) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 2C. RGB value is (130,9,44). Sum of RGB (Red+Green+Blue) = 130+9+44=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #82092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82092C is #7DF6D3. Grayscale: #313131. Windows color (decimal): -8255188 or 2886018. OLE color: 2886018.

HSL color Cylindrical-coordinate representation of color #82092C: hue angle of 342.64º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82092C is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB130944-
CMYK00.930.660.49
HSL342.64º87.05%27.25%-
HSV(B)342.64º93.08%50.98%-
XYZ9.765.122.86-
YUV49.17125.09185.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.04%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=71.04%
G=4.92%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13094400.930.660.49342.6487.0527.25
Hex8292C05D4231157571b
Octal202115401351026152712733
Binary100000101001101100010111011000010110001101010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82092C; }

 p { color: rgb(130,9,44); }

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

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

 a { background-color: rgb(130,9,44); }

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

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

 span { border-color: rgb(130,9,44); }

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