#780A13

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

Shades of Burgundy #780A13

Tints of Burgundy #780A13

Color information

#780A13 (or 0x780A13) is unknown color: approx Burgundy. HEX triplet: 78, 0A and 13. RGB value is (120,10,19). Sum of RGB (Red+Green+Blue) = 120+10+19=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #780A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780A13 is #87F5EC. Grayscale: #2B2B2B. Windows color (decimal): -8910317 or 1247864. OLE color: 1247864.

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

Color convert

RGB1201019-
CMYK00.920.840.53
HSL355.09º84.62%25.49%-
HSV(B)355.09º91.67%47.06%-
XYZ7.974.261.02-
YUV43.92113.94182.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 80.54%
GREEN value IS 10 (4.30% from 255) = 6.71%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=80.54%
G=6.71%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120101900.920.840.53355.0984.6225.49
Hex78A1305C54351635519
Octal170122301341246554312531
Binary1111000101010011010111001010100110101101100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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