#820017

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

Shades of Burgundy #820017

Tints of Burgundy #820017

Color information

#820017 (or 0x820017) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 17. RGB value is (130,0,23). Sum of RGB (Red+Green+Blue) = 130+0+23=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #820017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820017 is #7DFFE8. Grayscale: #292929. Windows color (decimal): -8257513 or 1507458. OLE color: 1507458.

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

Color convert

RGB130023-
CMYK010.820.49
HSL349.38º100%25.49%-
HSV(B)349.38º100%50.98%-
XYZ9.364.811.25-
YUV41.49117.57191.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 15.03%
R=84.97%
G=0%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130023010.820.49349.3810025.49
Hex82017064523115d6419
Octal20202701441226153514431
Binary10000010010111011001001010010110001101011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820017; }

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

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

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

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

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

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

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

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