#78070E

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

Shades of Burgundy #78070E

Tints of Burgundy #78070E

Color information

#78070E (or 0x78070E) is unknown color: approx Burgundy. HEX triplet: 78, 07 and 0E. RGB value is (120,7,14). Sum of RGB (Red+Green+Blue) = 120+7+14=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #78070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78070E is #87F8F1. Grayscale: #292929. Windows color (decimal): -8911090 or 919416. OLE color: 919416.

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

Color convert

RGB120714-
CMYK00.940.880.53
HSL356.28º88.98%24.9%-
HSV(B)356.28º94.17%47.06%-
XYZ7.94.180.81-
YUV41.58112.44183.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 85.11%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=85.11%
G=4.96%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12071400.940.880.53356.2888.9824.9
Hex787E05E58351645919
Octal17071601361306554413131
Binary11110001111110010111101011000110101101100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78070E; }

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

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

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

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

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

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

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

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