#780511

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

Shades of Burgundy #780511

Tints of Burgundy #780511

Color information

#780511 (or 0x780511) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 11. RGB value is (120,5,17). Sum of RGB (Red+Green+Blue) = 120+5+17=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #780511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780511 is #87FAEE. Grayscale: #282828. Windows color (decimal): -8911599 or 1115512. OLE color: 1115512.

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

Color convert

RGB120517-
CMYK00.960.860.53
HSL353.74º92%24.51%-
HSV(B)353.74º95.83%47.06%-
XYZ7.94.140.91-
YUV40.75114.6184.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 84.51%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 17 (7.03% from 255) = 11.97%
R=84.51%
G=3.52%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12051700.960.860.53353.749224.51
Hex7851106056351625c19
Octal17052101401266554213431
Binary111100010110001011000001010110110101101100010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780511; }

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

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

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

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

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

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

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

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