#82091E

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

Shades of Burgundy #82091E

Tints of Burgundy #82091E

Color information

#82091E (or 0x82091E) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 1E. RGB value is (130,9,30). Sum of RGB (Red+Green+Blue) = 130+9+30=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #82091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82091E is #7DF6E1. Grayscale: #2F2F2F. Windows color (decimal): -8255202 or 1968514. OLE color: 1968514.

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

Color convert

RGB130930-
CMYK00.930.770.49
HSL349.59º87.05%27.25%-
HSV(B)349.59º93.08%50.98%-
XYZ9.545.031.7-
YUV47.57118.09186.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.92%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 30 (12.11% from 255) = 17.75%
R=76.92%
G=5.33%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13093000.930.770.49349.5987.0527.25
Hex8291E05D4D3115e571b
Octal202113601351156153612733
Binary10000010100111110010111011001101110001101011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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