#82001B

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

Shades of Burgundy #82001B

Tints of Burgundy #82001B

Color information

#82001B (or 0x82001B) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 1B. RGB value is (130,0,27). Sum of RGB (Red+Green+Blue) = 130+0+27=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #82001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82001B is #7DFFE4. Grayscale: #292929. Windows color (decimal): -8257509 or 1769602. OLE color: 1769602.

HSL color Cylindrical-coordinate representation of color #82001B: hue angle of 347.54º 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 #82001B is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB130027-
CMYK010.790.49
HSL347.54º100%25.49%-
HSV(B)347.54º100%50.98%-
XYZ9.44.821.47-
YUV41.95119.57190.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 82.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=82.80%
G=0%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130027010.790.49347.5410025.49
Hex8201B0644F3115c6419
Octal20203301441176153414431
Binary10000010011011011001001001111110001101011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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