#780329

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

Shades of Burgundy #780329

Tints of Burgundy #780329

Color information

#780329 (or 0x780329) is unknown color: approx Burgundy. HEX triplet: 78, 03 and 29. RGB value is (120,3,41). Sum of RGB (Red+Green+Blue) = 120+3+41=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #780329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780329 is #87FCD6. Grayscale: #2A2A2A. Windows color (decimal): -8912087 or 2687864. OLE color: 2687864.

HSL color Cylindrical-coordinate representation of color #780329: hue angle of 340.51º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780329 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB120341-
CMYK00.980.660.53
HSL340.51º95.12%24.12%-
HSV(B)340.51º97.5%47.06%-
XYZ8.184.222.48-
YUV42.32127.26183.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.17%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 41 (16.41% from 255) = 25%
R=73.17%
G=1.83%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12034100.980.660.53340.5195.1224.12
Hex7832906242351555f18
Octal17035101421026552513730
Binary111100011101001011000101000010110101101010101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780329; }

 p { color: rgb(120,3,41); }

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

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

 a { background-color: rgb(120,3,41); }

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

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

 span { border-color: rgb(120,3,41); }

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