#780726

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

Shades of Burgundy #780726

Tints of Burgundy #780726

Color information

#780726 (or 0x780726) is unknown color: approx Burgundy. HEX triplet: 78, 07 and 26. RGB value is (120,7,38). Sum of RGB (Red+Green+Blue) = 120+7+38=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #780726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780726 is #87F8D9. Grayscale: #2C2C2C. Windows color (decimal): -8911066 or 2492280. OLE color: 2492280.

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

Color convert

RGB120738-
CMYK00.940.680.53
HSL343.54º88.98%24.9%-
HSV(B)343.54º94.17%47.06%-
XYZ8.174.282.23-
YUV44.32124.44181.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.73%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=72.73%
G=4.24%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12073800.940.680.53343.5488.9824.9
Hex7872605E44351585919
Octal17074601361046553013131
Binary1111000111100110010111101000100110101101011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780726; }

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

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

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

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

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

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

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

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