#780517

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

Shades of Burgundy #780517

Tints of Burgundy #780517

Color information

#780517 (or 0x780517) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 17. RGB value is (120,5,23). Sum of RGB (Red+Green+Blue) = 120+5+23=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #780517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780517 is #87FAE8. Grayscale: #292929. Windows color (decimal): -8911593 or 1508728. OLE color: 1508728.

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

Color convert

RGB120523-
CMYK00.960.810.53
HSL350.61º92%24.51%-
HSV(B)350.61º95.83%47.06%-
XYZ7.954.161.19-
YUV41.44117.6184.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 81.08%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=81.08%
G=3.38%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12052300.960.810.53350.619224.51
Hex78517060513515f5c19
Octal17052701401216553713431
Binary111100010110111011000001010001110101101011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780517; }

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

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

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

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

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

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

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

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