#780710

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

Shades of Burgundy #780710

Tints of Burgundy #780710

Color information

#780710 (or 0x780710) is unknown color: approx Burgundy. HEX triplet: 78, 07 and 10. RGB value is (120,7,16). Sum of RGB (Red+Green+Blue) = 120+7+16=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #780710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780710 is #87F8EF. Grayscale: #292929. Windows color (decimal): -8911088 or 1050488. OLE color: 1050488.

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

Color convert

RGB120716-
CMYK00.940.870.53
HSL355.22º88.98%24.9%-
HSV(B)355.22º94.17%47.06%-
XYZ7.924.180.88-
YUV41.81113.44183.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.92%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=83.92%
G=4.90%
B=11.19%

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
Decimal12071600.940.870.53355.2288.9824.9
Hex7871005E57351635919
Octal17072001361276554313131
Binary111100011110000010111101010111110101101100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780710; }

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

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

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

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

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

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

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

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