#820328

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

Shades of Burgundy #820328

Tints of Burgundy #820328

Color information

#820328 (or 0x820328) is unknown color: approx Burgundy. HEX triplet: 82, 03 and 28. RGB value is (130,3,40). Sum of RGB (Red+Green+Blue) = 130+3+40=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #820328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820328 is #7DFCD7. Grayscale: #2D2D2D. Windows color (decimal): -8256728 or 2622338. OLE color: 2622338.

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

Color convert

RGB130340-
CMYK00.980.690.49
HSL342.52º95.49%26.08%-
HSV(B)342.52º97.69%50.98%-
XYZ9.624.962.46-
YUV45.19125.08188.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.14%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=75.14%
G=1.73%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13034000.980.690.49342.5295.4926.08
Hex8232806245311575f1a
Octal20235001421056152713732
Binary1000001011101000011000101000101110001101010111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820328; }

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

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

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

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

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

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

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

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