#780B26

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

Shades of Burgundy #780B26

Tints of Burgundy #780B26

Color information

#780B26 (or 0x780B26) is unknown color: approx Burgundy. HEX triplet: 78, 0B and 26. RGB value is (120,11,38). Sum of RGB (Red+Green+Blue) = 120+11+38=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #780B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B26 is #87F4D9. Grayscale: #2E2E2E. Windows color (decimal): -8910042 or 2493304. OLE color: 2493304.

HSL color Cylindrical-coordinate representation of color #780B26: hue angle of 345.14º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B26 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1201138-
CMYK00.910.680.53
HSL345.14º83.21%25.69%-
HSV(B)345.14º90.83%47.06%-
XYZ8.224.372.24-
YUV46.67123.11180.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.01%
GREEN value IS 11 (4.69% from 255) = 6.51%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=71.01%
G=6.51%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120113800.910.680.53345.1483.2125.69
Hex78B2605B4435159531a
Octal170134601331046553112332
Binary11110001011100110010110111000100110101101011001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780B26; }

 p { color: rgb(120,11,38); }

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

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

 a { background-color: rgb(120,11,38); }

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

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

 span { border-color: rgb(120,11,38); }

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