#740526

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

Shades of Burgundy #740526

Tints of Burgundy #740526

Color information

#740526 (or 0x740526) is unknown color: approx Burgundy. HEX triplet: 74, 05 and 26. RGB value is (116,5,38). Sum of RGB (Red+Green+Blue) = 116+5+38=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #740526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740526 is #8BFAD9. Grayscale: #292929. Windows color (decimal): -9173722 or 2491764. OLE color: 2491764.

HSL color Cylindrical-coordinate representation of color #740526: hue angle of 342.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740526 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB116538-
CMYK00.960.670.55
HSL342.16º91.74%23.73%-
HSV(B)342.16º95.69%45.49%-
XYZ7.613.962.2-
YUV41.95125.77180.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.96%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=72.96%
G=3.14%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11653800.960.670.55342.1691.7423.73
Hex7452606043371565c18
Octal16454601401036752613430
Binary1110100101100110011000001000011110111101010110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740526; }

 p { color: rgb(116,5,38); }

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

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

 a { background-color: rgb(116,5,38); }

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

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

 span { border-color: rgb(116,5,38); }

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