#82031E

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

Shades of Burgundy #82031E

Tints of Burgundy #82031E

Color information

#82031E (or 0x82031E) is unknown color: approx Burgundy. HEX triplet: 82, 03 and 1E. RGB value is (130,3,30). Sum of RGB (Red+Green+Blue) = 130+3+30=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #82031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82031E is #7DFCE1. Grayscale: #2C2C2C. Windows color (decimal): -8256738 or 1966978. OLE color: 1966978.

HSL color Cylindrical-coordinate representation of color #82031E: hue angle of 347.24º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82031E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB130330-
CMYK00.980.770.49
HSL347.24º95.49%26.08%-
HSV(B)347.24º97.69%50.98%-
XYZ9.474.91.68-
YUV44.05120.08189.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 79.75%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=79.75%
G=1.84%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13033000.980.770.49347.2495.4926.08
Hex8231E0624D3115b5f1a
Octal20233601421156153313732
Binary100000101111110011000101001101110001101011011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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