#78040D

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

Shades of Burgundy #78040D

Tints of Burgundy #78040D

Color information

#78040D (or 0x78040D) is unknown color: approx Burgundy. HEX triplet: 78, 04 and 0D. RGB value is (120,4,13). Sum of RGB (Red+Green+Blue) = 120+4+13=137 (18% of max value = 765). Red value is 120 (47.27% from 255 or 87.59% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 120 - color contains mainly: red. Hex color #78040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78040D is #87FBF2. Grayscale: #272727. Windows color (decimal): -8911859 or 853112. OLE color: 853112.

HSL color Cylindrical-coordinate representation of color #78040D: hue angle of 355.34º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78040D is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB120413-
CMYK00.970.890.53
HSL355.34º93.55%24.31%-
HSV(B)355.34º96.67%47.06%-
XYZ7.864.110.76-
YUV39.71112.93185.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 87.59%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=87.59%
G=2.92%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12041300.970.890.53355.3493.5524.31
Hex784D06159351635e18
Octal17041501411316554313630
Binary11110001001101011000011011001110101101100011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78040D; }

 p { color: rgb(120,4,13); }

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

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

 a { background-color: rgb(120,4,13); }

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

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

 span { border-color: rgb(120,4,13); }

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