#82082E

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

Shades of Burgundy #82082E

Tints of Burgundy #82082E

Color information

#82082E (or 0x82082E) is unknown color: approx Burgundy. HEX triplet: 82, 08 and 2E. RGB value is (130,8,46). Sum of RGB (Red+Green+Blue) = 130+8+46=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #82082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82082E is #7DF7D1. Grayscale: #303030. Windows color (decimal): -8255442 or 3016834. OLE color: 3016834.

HSL color Cylindrical-coordinate representation of color #82082E: hue angle of 341.31º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82082E is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB130846-
CMYK00.940.650.49
HSL341.31º88.41%27.06%-
HSV(B)341.31º93.85%50.98%-
XYZ9.795.123.06-
YUV48.81126.42185.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 70.65%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 46 (18.36% from 255) = 25%
R=70.65%
G=4.35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13084600.940.650.49341.3188.4127.06
Hex8282E05E4131155581b
Octal202105601361016152513033
Binary100000101000101110010111101000001110001101010101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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