#820924

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

Shades of Burgundy #820924

Tints of Burgundy #820924

Color information

#820924 (or 0x820924) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 24. RGB value is (130,9,36). Sum of RGB (Red+Green+Blue) = 130+9+36=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #820924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820924 is #7DF6DB. Grayscale: #303030. Windows color (decimal): -8255196 or 2361730. OLE color: 2361730.

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

Color convert

RGB130936-
CMYK00.930.720.49
HSL346.61º87.05%27.25%-
HSV(B)346.61º93.08%50.98%-
XYZ9.625.072.14-
YUV48.26121.09186.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 74.29%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=74.29%
G=5.14%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13093600.930.720.49346.6187.0527.25
Hex8292405D483115b571b
Octal202114401351106153312733
Binary100000101001100100010111011001000110001101011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820924; }

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

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

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

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

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

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

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

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