#820124

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

Shades of Burgundy #820124

Tints of Burgundy #820124

Color information

#820124 (or 0x820124) is unknown color: approx Burgundy. HEX triplet: 82, 01 and 24. RGB value is (130,1,36). Sum of RGB (Red+Green+Blue) = 130+1+36=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #820124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820124 is #7DFEDB. Grayscale: #2B2B2B. Windows color (decimal): -8257244 or 2359682. OLE color: 2359682.

HSL color Cylindrical-coordinate representation of color #820124: hue angle of 343.72º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820124 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB130136-
CMYK00.990.720.49
HSL343.72º98.47%25.69%-
HSV(B)343.72º99.23%50.98%-
XYZ9.544.892.11-
YUV43.56123.74189.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 77.84%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=77.84%
G=0.60%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013600.990.720.49343.7298.4725.69
Hex821240634831158621a
Octal20214401431106153014232
Binary100000101100100011000111001000110001101011000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820124; }

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

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

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

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

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

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

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

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