#760726

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

Shades of Burgundy #760726

Tints of Burgundy #760726

Color information

#760726 (or 0x760726) is unknown color: approx Burgundy. HEX triplet: 76, 07 and 26. RGB value is (118,7,38). Sum of RGB (Red+Green+Blue) = 118+7+38=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #760726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760726 is #89F8D9. Grayscale: #2B2B2B. Windows color (decimal): -9042138 or 2492278. OLE color: 2492278.

HSL color Cylindrical-coordinate representation of color #760726: hue angle of 343.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760726 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB118738-
CMYK00.940.680.54
HSL343.24º88.8%24.51%-
HSV(B)343.24º94.07%46.27%-
XYZ7.94.142.22-
YUV43.72124.77180.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.39%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=72.39%
G=4.29%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11873800.940.680.54343.2488.824.51
Hex7672605E44361575919
Octal16674601361046652713131
Binary1110110111100110010111101000100110110101010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760726; }

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

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

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

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

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

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

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

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