#820934

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

Shades of Burgundy #820934

Tints of Burgundy #820934

Color information

#820934 (or 0x820934) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 34. RGB value is (130,9,52). Sum of RGB (Red+Green+Blue) = 130+9+52=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #820934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820934 is #7DF6CB. Grayscale: #323232. Windows color (decimal): -8255180 or 3410306. OLE color: 3410306.

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

Color convert

RGB130952-
CMYK00.930.600.49
HSL338.68º87.05%27.25%-
HSV(B)338.68º93.08%50.98%-
XYZ9.925.193.73-
YUV50.08129.09185-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 68.06%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=68.06%
G=4.71%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13095200.930.600.49338.6887.0527.25
Hex8293405D3C31153571b
Octal20211640135746152312733
Binary10000010100111010001011101111100110001101010011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820934; }

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

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

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

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

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

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

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

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