#820824

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

Shades of Burgundy #820824

Tints of Burgundy #820824

Color information

#820824 (or 0x820824) is unknown color: approx Burgundy. HEX triplet: 82, 08 and 24. RGB value is (130,8,36). Sum of RGB (Red+Green+Blue) = 130+8+36=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #820824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820824 is #7DF7DB. Grayscale: #2F2F2F. Windows color (decimal): -8255452 or 2361474. OLE color: 2361474.

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

Color convert

RGB130836-
CMYK00.940.720.49
HSL346.23º88.41%27.06%-
HSV(B)346.23º93.85%50.98%-
XYZ9.615.052.14-
YUV47.67121.42186.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.71%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=74.71%
G=4.60%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13083600.940.720.49346.2388.4127.06
Hex8282405E483115a581b
Octal202104401361106153213033
Binary100000101000100100010111101001000110001101011010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820824; }

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

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

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

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

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

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

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

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