#780A11

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

Shades of Burgundy #780A11

Tints of Burgundy #780A11

Color information

#780A11 (or 0x780A11) is unknown color: approx Burgundy. HEX triplet: 78, 0A and 11. RGB value is (120,10,17). Sum of RGB (Red+Green+Blue) = 120+10+17=147 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.63% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 120 - color contains mainly: red. Hex color #780A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780A11 is #87F5EE. Grayscale: #2B2B2B. Windows color (decimal): -8910319 or 1116792. OLE color: 1116792.

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

Color convert

RGB1201017-
CMYK00.920.860.53
HSL356.18º84.62%25.49%-
HSV(B)356.18º91.67%47.06%-
XYZ7.964.250.93-
YUV43.69112.94182.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 81.63%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=81.63%
G=6.80%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120101700.920.860.53356.1884.6225.49
Hex78A1105C56351645519
Octal170122101341266554412531
Binary1111000101010001010111001010110110101101100100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780A11; }

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

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

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

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

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

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

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

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