#780910

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

Shades of Burgundy #780910

Tints of Burgundy #780910

Color information

#780910 (or 0x780910) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 10. RGB value is (120,9,16). Sum of RGB (Red+Green+Blue) = 120+9+16=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #780910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780910 is #87F6EF. Grayscale: #2B2B2B. Windows color (decimal): -8910576 or 1051000. OLE color: 1051000.

HSL color Cylindrical-coordinate representation of color #780910: hue angle of 356.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780910 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB120916-
CMYK00.920.870.53
HSL356.22º86.05%25.29%-
HSV(B)356.22º92.5%47.06%-
XYZ7.944.230.89-
YUV42.99112.77182.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 82.76%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=82.76%
G=6.21%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12091600.920.870.53356.2286.0525.29
Hex7891005C57351645619
Octal170112001341276554412631
Binary1111000100110000010111001010111110101101100100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780910; }

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

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

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

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

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

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

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

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