#82092E

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

Shades of Burgundy #82092E

Tints of Burgundy #82092E

Color information

#82092E (or 0x82092E) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 2E. RGB value is (130,9,46). Sum of RGB (Red+Green+Blue) = 130+9+46=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #82092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82092E is #7DF6D1. Grayscale: #313131. Windows color (decimal): -8255186 or 3017090. OLE color: 3017090.

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

Color convert

RGB130946-
CMYK00.930.650.49
HSL341.65º87.05%27.25%-
HSV(B)341.65º93.08%50.98%-
XYZ9.85.143.06-
YUV49.4126.09185.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.27%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=70.27%
G=4.86%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13094600.930.650.49341.6587.0527.25
Hex8292E05D4131156571b
Octal202115601351016152612733
Binary100000101001101110010111011000001110001101010110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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