#820939

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

Shades of Burgundy #820939

Tints of Burgundy #820939

Color information

#820939 (or 0x820939) is unknown color: approx Burgundy. HEX triplet: 82, 09 and 39. RGB value is (130,9,57). Sum of RGB (Red+Green+Blue) = 130+9+57=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #820939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820939 is #7DF6C6. Grayscale: #323232. Windows color (decimal): -8255175 or 3737986. OLE color: 3737986.

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

Color convert

RGB130957-
CMYK00.930.560.49
HSL336.2º87.05%27.25%-
HSV(B)336.2º93.08%50.98%-
XYZ10.045.244.35-
YUV50.65131.59184.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.33%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 57 (22.66% from 255) = 29.08%
R=66.33%
G=4.59%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13095700.930.560.49336.287.0527.25
Hex8293905D3831150571b
Octal20211710135706152012733
Binary10000010100111100101011101111000110001101010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820939; }

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

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

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

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

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

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

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

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