#780911

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

Shades of Burgundy #780911

Tints of Burgundy #780911

Color information

#780911 (or 0x780911) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 11. RGB value is (120,9,17). Sum of RGB (Red+Green+Blue) = 120+9+17=146 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.19% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 120 - color contains mainly: red. Hex color #780911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780911 is #87F6EE. Grayscale: #2B2B2B. Windows color (decimal): -8910575 or 1116536. OLE color: 1116536.

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

Color convert

RGB120917-
CMYK00.920.860.53
HSL355.68º86.05%25.29%-
HSV(B)355.68º92.5%47.06%-
XYZ7.944.230.93-
YUV43.1113.27182.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 82.19%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=82.19%
G=6.16%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12091700.920.860.53355.6886.0525.29
Hex7891105C56351645619
Octal170112101341266554412631
Binary1111000100110001010111001010110110101101100100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780911; }

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

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

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

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

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

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

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

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