#82041F

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

Shades of Burgundy #82041F

Tints of Burgundy #82041F

Color information

#82041F (or 0x82041F) is unknown color: approx Burgundy. HEX triplet: 82, 04 and 1F. RGB value is (130,4,31). Sum of RGB (Red+Green+Blue) = 130+4+31=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #82041F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82041F is #7DFBE0. Grayscale: #2C2C2C. Windows color (decimal): -8256481 or 2032770. OLE color: 2032770.

HSL color Cylindrical-coordinate representation of color #82041F: hue angle of 347.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82041F is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB130431-
CMYK00.970.760.49
HSL347.14º94.03%26.27%-
HSV(B)347.14º96.92%50.98%-
XYZ9.54.931.75-
YUV44.75120.24188.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.79%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=78.79%
G=2.42%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13043100.970.760.49347.1494.0326.27
Hex8241F0614C3115b5e1a
Octal20243701411146153313632
Binary1000001010011111011000011001100110001101011011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82041F; }

 p { color: rgb(130,4,31); }

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

<style>
 a { background-color: #82041F; }

 a { background-color: rgb(130,4,31); }

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

<style>
 span { border-color: #82041F; }

 span { border-color: rgb(130,4,31); }

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