#780617

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

Shades of Burgundy #780617

Tints of Burgundy #780617

Color information

#780617 (or 0x780617) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 17. RGB value is (120,6,23). Sum of RGB (Red+Green+Blue) = 120+6+23=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #780617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780617 is #87F9E8. Grayscale: #2A2A2A. Windows color (decimal): -8911337 or 1508984. OLE color: 1508984.

HSL color Cylindrical-coordinate representation of color #780617: hue angle of 351.05º 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 #780617 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB120623-
CMYK00.950.810.53
HSL351.05º90.48%24.71%-
HSV(B)351.05º95%47.06%-
XYZ7.974.191.2-
YUV42.02117.27183.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 80.54%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=80.54%
G=4.03%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12062300.950.810.53351.0590.4824.71
Hex7861705F513515f5a19
Octal17062701371216553713231
Binary111100011010111010111111010001110101101011111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780617; }

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

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

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

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

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

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

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

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