#780513

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

Shades of Burgundy #780513

Tints of Burgundy #780513

Color information

#780513 (or 0x780513) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 13. RGB value is (120,5,19). Sum of RGB (Red+Green+Blue) = 120+5+19=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #780513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780513 is #87FAEC. Grayscale: #292929. Windows color (decimal): -8911597 or 1246584. OLE color: 1246584.

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

Color convert

RGB120519-
CMYK00.960.840.53
HSL352.7º92%24.51%-
HSV(B)352.7º95.83%47.06%-
XYZ7.924.151-
YUV40.98115.6184.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.33%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=83.33%
G=3.47%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12051900.960.840.53352.79224.51
Hex7851306054351615c19
Octal17052301401246554113431
Binary111100010110011011000001010100110101101100001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780513; }

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

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

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

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

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

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

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

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