#780E13

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

Shades of Burgundy #780E13

Tints of Burgundy #780E13

Color information

#780E13 (or 0x780E13) is unknown color: approx Burgundy. HEX triplet: 78, 0E and 13. RGB value is (120,14,19). Sum of RGB (Red+Green+Blue) = 120+14+19=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #780E13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780E13 is #87F1EC. Grayscale: #2E2E2E. Windows color (decimal): -8909293 or 1248888. OLE color: 1248888.

HSL color Cylindrical-coordinate representation of color #780E13: hue angle of 357.17º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E13 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1201419-
CMYK00.880.840.53
HSL357.17º79.1%26.27%-
HSV(B)357.17º88.33%47.06%-
XYZ8.024.351.03-
YUV46.26112.62180.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.43%
GREEN value IS 14 (5.86% from 255) = 9.15%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=78.43%
G=9.15%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120141900.880.840.53357.1779.126.27
Hex78E1305854351654f1a
Octal170162301301246554511732
Binary1111000111010011010110001010100110101101100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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