#780C20

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

Shades of Burgundy #780C20

Tints of Burgundy #780C20

Color information

#780C20 (or 0x780C20) is unknown color: approx Burgundy. HEX triplet: 78, 0C and 20. RGB value is (120,12,32). Sum of RGB (Red+Green+Blue) = 120+12+32=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #780C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C20 is #87F3DF. Grayscale: #2E2E2E. Windows color (decimal): -8909792 or 2100344. OLE color: 2100344.

HSL color Cylindrical-coordinate representation of color #780C20: hue angle of 348.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C20 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1201232-
CMYK00.900.730.53
HSL348.89º81.82%25.88%-
HSV(B)348.89º90%47.06%-
XYZ8.144.361.78-
YUV46.57119.78180.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.17%
GREEN value IS 12 (5.08% from 255) = 7.32%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=73.17%
G=7.32%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120123200.900.730.53348.8981.8225.88
Hex78C2005A493515d521a
Octal170144001321116553512232
Binary11110001100100000010110101001001110101101011101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780C20; }

 p { color: rgb(120,12,32); }

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

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

 a { background-color: rgb(120,12,32); }

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

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

 span { border-color: rgb(120,12,32); }

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