#820327

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

Shades of Burgundy #820327

Tints of Burgundy #820327

Color information

#820327 (or 0x820327) is unknown color: approx Burgundy. HEX triplet: 82, 03 and 27. RGB value is (130,3,39). Sum of RGB (Red+Green+Blue) = 130+3+39=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #820327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820327 is #7DFCD8. Grayscale: #2D2D2D. Windows color (decimal): -8256729 or 2556802. OLE color: 2556802.

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

Color convert

RGB130339-
CMYK00.980.700.49
HSL342.99º95.49%26.08%-
HSV(B)342.99º97.69%50.98%-
XYZ9.64.962.37-
YUV45.08124.58188.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 75.58%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=75.58%
G=1.74%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13033900.980.700.49342.9995.4926.08
Hex8232706246311575f1a
Octal20234701421066152713732
Binary1000001011100111011000101000110110001101010111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820327; }

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

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

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

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

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

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

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

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