#780616

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

Shades of Burgundy #780616

Tints of Burgundy #780616

Color information

#780616 (or 0x780616) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 16. RGB value is (120,6,22). Sum of RGB (Red+Green+Blue) = 120+6+22=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #780616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780616 is #87F9E9. Grayscale: #292929. Windows color (decimal): -8911338 or 1443448. OLE color: 1443448.

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

Color convert

RGB120622-
CMYK00.950.820.53
HSL351.58º90.48%24.71%-
HSV(B)351.58º95%47.06%-
XYZ7.964.181.15-
YUV41.91116.77183.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 81.08%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=81.08%
G=4.05%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12062200.950.820.53351.5890.4824.71
Hex7861605F52351605a19
Octal17062601371226554013231
Binary111100011010110010111111010010110101101100000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780616; }

 p { color: rgb(120,6,22); }

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

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

 a { background-color: rgb(120,6,22); }

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

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

 span { border-color: rgb(120,6,22); }

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