#740411

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

Shades of Burgundy #740411

Tints of Burgundy #740411

Color information

#740411 (or 0x740411) is unknown color: approx Burgundy. HEX triplet: 74, 04 and 11. RGB value is (116,4,17). Sum of RGB (Red+Green+Blue) = 116+4+17=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #740411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740411 is #8BFBEE. Grayscale: #272727. Windows color (decimal): -9173999 or 1115252. OLE color: 1115252.

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

Color convert

RGB116417-
CMYK00.970.850.55
HSL353.04º93.33%23.53%-
HSV(B)353.04º96.55%45.49%-
XYZ7.353.840.88-
YUV38.97115.61182.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 84.67%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 17 (7.03% from 255) = 12.41%
R=84.67%
G=2.92%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11641700.970.850.55353.0493.3323.53
Hex7441106155371615d18
Octal16442101411256754113530
Binary111010010010001011000011010101110111101100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740411; }

 p { color: rgb(116,4,17); }

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

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

 a { background-color: rgb(116,4,17); }

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

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

 span { border-color: rgb(116,4,17); }

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