#740412

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

Shades of Burgundy #740412

Tints of Burgundy #740412

Color information

#740412 (or 0x740412) is unknown color: approx Burgundy. HEX triplet: 74, 04 and 12. RGB value is (116,4,18). Sum of RGB (Red+Green+Blue) = 116+4+18=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #740412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740412 is #8BFBED. Grayscale: #272727. Windows color (decimal): -9173998 or 1180788. OLE color: 1180788.

HSL color Cylindrical-coordinate representation of color #740412: hue angle of 352.5º 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 #740412 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB116418-
CMYK00.970.840.55
HSL352.5º93.33%23.53%-
HSV(B)352.5º96.55%45.49%-
XYZ7.363.840.93-
YUV39.08116.11182.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 84.06%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=84.06%
G=2.90%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11641800.970.840.55352.593.3323.53
Hex7441206154371605d18
Octal16442201411246754013530
Binary111010010010010011000011010100110111101100000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740412; }

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

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

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

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

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

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

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

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