#820012

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

Shades of Burgundy #820012

Tints of Burgundy #820012

Color information

#820012 (or 0x820012) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 12. RGB value is (130,0,18). Sum of RGB (Red+Green+Blue) = 130+0+18=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #820012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820012 is #7DFFED. Grayscale: #282828. Windows color (decimal): -8257518 or 1179778. OLE color: 1179778.

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

Color convert

RGB130018-
CMYK010.860.49
HSL351.69º100%25.49%-
HSV(B)351.69º100%50.98%-
XYZ9.324.791.01-
YUV40.92115.07191.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 87.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=87.84%
G=0%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130018010.860.49351.6910025.49
Hex8201206456311606419
Octal20202201441266154014431
Binary10000010010010011001001010110110001101100000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820012; }

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

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

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

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

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

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

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

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