#82001A

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

Shades of Burgundy #82001A

Tints of Burgundy #82001A

Color information

#82001A (or 0x82001A) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 1A. RGB value is (130,0,26). Sum of RGB (Red+Green+Blue) = 130+0+26=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #82001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82001A is #7DFFE5. Grayscale: #292929. Windows color (decimal): -8257510 or 1704066. OLE color: 1704066.

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

Color convert

RGB130026-
CMYK010.80.49
HSL348º100%25.49%-
HSV(B)348º100%50.98%-
XYZ9.394.821.41-
YUV41.83119.07190.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 83.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=83.33%
G=0%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130026010.80.4934810025.49
Hex8201A064503115c6419
Octal20203201441206153414431
Binary10000010011010011001001010000110001101011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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