#78070F

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

Shades of Burgundy #78070F

Tints of Burgundy #78070F

Color information

#78070F (or 0x78070F) is unknown color: approx Burgundy. HEX triplet: 78, 07 and 0F. RGB value is (120,7,15). Sum of RGB (Red+Green+Blue) = 120+7+15=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #78070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78070F is #87F8F0. Grayscale: #292929. Windows color (decimal): -8911089 or 984952. OLE color: 984952.

HSL color Cylindrical-coordinate representation of color #78070F: hue angle of 355.75º 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 #78070F is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB120715-
CMYK00.940.870.53
HSL355.75º88.98%24.9%-
HSV(B)355.75º94.17%47.06%-
XYZ7.914.180.84-
YUV41.7112.94183.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 84.51%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=84.51%
G=4.93%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12071500.940.870.53355.7588.9824.9
Hex787F05E57351645919
Octal17071701361276554413131
Binary11110001111111010111101010111110101101100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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