#82091A

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

Shades of Burgundy #82091A

Tints of Burgundy #82091A

Color information

#82091A (or 0x82091A) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 1A. RGB value is (130,9,26). Sum of RGB (Red+Green+Blue) = 130+9+26=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #82091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82091A is #7DF6E5. Grayscale: #2F2F2F. Windows color (decimal): -8255206 or 1706370. OLE color: 1706370.

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

Color convert

RGB130926-
CMYK00.930.80.49
HSL351.57º87.05%27.25%-
HSV(B)351.57º93.08%50.98%-
XYZ9.495.021.45-
YUV47.12116.09187.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.79%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=78.79%
G=5.45%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13092600.930.80.49351.5787.0527.25
Hex8291A05D5031160571b
Octal202113201351206154012733
Binary10000010100111010010111011010000110001101100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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