#820024

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

Shades of Burgundy #820024

Tints of Burgundy #820024

Color information

#820024 (or 0x820024) is unknown color: approx Burgundy. HEX triplet: 82, 00 and 24. RGB value is (130,0,36). Sum of RGB (Red+Green+Blue) = 130+0+36=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #820024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820024 is #7DFFDB. Grayscale: #2A2A2A. Windows color (decimal): -8257500 or 2359426. OLE color: 2359426.

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

Color convert

RGB130036-
CMYK010.720.49
HSL343.38º100%25.49%-
HSV(B)343.38º100%50.98%-
XYZ9.524.872.11-
YUV42.97124.07190.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=78.31%
G=0%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130036010.720.49343.3810025.49
Hex8202406448311576419
Octal20204401441106152714431
Binary100000100100100011001001001000110001101010111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820024; }

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

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

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

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

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

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

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

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