#780718

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

Shades of Burgundy #780718

Tints of Burgundy #780718

Color information

#780718 (or 0x780718) is unknown color: approx Burgundy. HEX triplet: 78, 07 and 18. RGB value is (120,7,24). Sum of RGB (Red+Green+Blue) = 120+7+24=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #780718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780718 is #87F8E7. Grayscale: #2A2A2A. Windows color (decimal): -8911080 or 1574776. OLE color: 1574776.

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

Color convert

RGB120724-
CMYK00.940.80.53
HSL350.97º88.98%24.9%-
HSV(B)350.97º94.17%47.06%-
XYZ7.994.211.26-
YUV42.72117.44183.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 79.47%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=79.47%
G=4.64%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12072400.940.80.53350.9788.9824.9
Hex7871805E503515f5919
Octal17073001361206553713131
Binary111100011111000010111101010000110101101011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780718; }

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

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

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

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

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

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

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

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