#780518

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

Shades of Burgundy #780518

Tints of Burgundy #780518

Color information

#780518 (or 0x780518) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 18. RGB value is (120,5,24). Sum of RGB (Red+Green+Blue) = 120+5+24=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #780518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780518 is #87FAE7. Grayscale: #292929. Windows color (decimal): -8911592 or 1574264. OLE color: 1574264.

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

Color convert

RGB120524-
CMYK00.960.80.53
HSL350.09º92%24.51%-
HSV(B)350.09º95.83%47.06%-
XYZ7.964.171.25-
YUV41.55118.1183.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 80.54%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=80.54%
G=3.36%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12052400.960.80.53350.099224.51
Hex78518060503515e5c19
Octal17053001401206553613431
Binary111100010111000011000001010000110101101011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780518; }

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

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

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

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

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

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

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

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