#740920

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

Shades of Burgundy #740920

Tints of Burgundy #740920

Color information

#740920 (or 0x740920) is unknown color: approx Burgundy. HEX triplet: 74, 09 and 20. RGB value is (116,9,32). Sum of RGB (Red+Green+Blue) = 116+9+32=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #740920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740920 is #8BF6DF. Grayscale: #2B2B2B. Windows color (decimal): -9172704 or 2099572. OLE color: 2099572.

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

Color convert

RGB116932-
CMYK00.920.720.55
HSL347.1º85.6%24.51%-
HSV(B)347.1º92.24%45.49%-
XYZ7.564.011.74-
YUV43.62121.45179.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.89%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=73.89%
G=5.73%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11693200.920.720.55347.185.624.51
Hex7492005C483715b5619
Octal164114001341106753312631
Binary11101001001100000010111001001000110111101011011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740920; }

 p { color: rgb(116,9,32); }

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

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

 a { background-color: rgb(116,9,32); }

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

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

 span { border-color: rgb(116,9,32); }

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