#82001E

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

Shades of Burgundy #82001E

Tints of Burgundy #82001E

Color information

#82001E (or 0x82001E) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 1E. RGB value is (130,0,30). Sum of RGB (Red+Green+Blue) = 130+0+30=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #82001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82001E is #7DFFE1. Grayscale: #2A2A2A. Windows color (decimal): -8257506 or 1966210. OLE color: 1966210.

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

Color convert

RGB130030-
CMYK010.770.49
HSL346.15º100%25.49%-
HSV(B)346.15º100%50.98%-
XYZ9.444.841.66-
YUV42.29121.07190.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 81.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=81.25%
G=0%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130030010.770.49346.1510025.49
Hex8201E0644D3115a6419
Octal20203601441156153214431
Binary10000010011110011001001001101110001101011010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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