#820935

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

Shades of Burgundy #820935

Tints of Burgundy #820935

Color information

#820935 (or 0x820935) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 35. RGB value is (130,9,53). Sum of RGB (Red+Green+Blue) = 130+9+53=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #820935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820935 is #7DF6CA. Grayscale: #323232. Windows color (decimal): -8255179 or 3475842. OLE color: 3475842.

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

Color convert

RGB130953-
CMYK00.930.590.49
HSL338.18º87.05%27.25%-
HSV(B)338.18º93.08%50.98%-
XYZ9.955.23.85-
YUV50.2129.59184.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 67.71%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=67.71%
G=4.69%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13095300.930.590.49338.1887.0527.25
Hex8293505D3B31152571b
Octal20211650135736152212733
Binary10000010100111010101011101111011110001101010010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820935; }

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

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

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

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

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

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

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

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