#820314

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

Shades of Burgundy #820314

Tints of Burgundy #820314

Color information

#820314 (or 0x820314) is unknown color: approx Burgundy. HEX triplet: 82, 03 and 14. RGB value is (130,3,20). Sum of RGB (Red+Green+Blue) = 130+3+20=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #820314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820314 is #7DFCEB. Grayscale: #2A2A2A. Windows color (decimal): -8256748 or 1311618. OLE color: 1311618.

HSL color Cylindrical-coordinate representation of color #820314: hue angle of 351.97º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820314 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB130320-
CMYK00.980.850.49
HSL351.97º95.49%26.08%-
HSV(B)351.97º97.69%50.98%-
XYZ9.364.861.11-
YUV42.91115.08190.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.97%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=84.97%
G=1.96%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13032000.980.850.49351.9795.4926.08
Hex8231406255311605f1a
Octal20232401421256154013732
Binary100000101110100011000101010101110001101100000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820314; }

 p { color: rgb(130,3,20); }

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

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

 a { background-color: rgb(130,3,20); }

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

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

 span { border-color: rgb(130,3,20); }

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