#820938

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

Shades of Burgundy #820938

Tints of Burgundy #820938

Color information

#820938 (or 0x820938) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 38. RGB value is (130,9,56). Sum of RGB (Red+Green+Blue) = 130+9+56=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #820938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820938 is #7DF6C7. Grayscale: #323232. Windows color (decimal): -8255176 or 3672450. OLE color: 3672450.

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

Color convert

RGB130956-
CMYK00.930.570.49
HSL336.69º87.05%27.25%-
HSV(B)336.69º93.08%50.98%-
XYZ10.025.234.22-
YUV50.54131.09184.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 56 (22.27% from 255) = 28.72%
R=66.67%
G=4.62%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13095600.930.570.49336.6987.0527.25
Hex8293805D3931151571b
Octal20211700135716152112733
Binary10000010100111100001011101111001110001101010001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820938; }

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

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

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

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

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

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

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

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