#743940

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

Shades of Merlot #743940

Tints of Merlot #743940

Color information

#743940 (or 0x743940) is unknown color: approx Merlot. HEX triplet: 74, 39 and 40. RGB value is (116,57,64). Sum of RGB (Red+Green+Blue) = 116+57+64=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #743940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743940 is #8BC6BF. Grayscale: #4B4B4B. Windows color (decimal): -9160384 or 4209012. OLE color: 4209012.

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

Color convert

RGB1165764-
CMYK00.510.450.55
HSL352.88º34.1%33.92%-
HSV(B)352.88º50.86%45.49%-
XYZ9.597.015.7-
YUV75.44121.55156.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=48.95%
G=24.05%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116576400.510.450.55352.8834.133.92
Hex7439400332D371612222
Octal1647110006355675414242
Binary111010011100110000000110011101101110111101100001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743940; }

 p { color: rgb(116,57,64); }

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

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

 a { background-color: rgb(116,57,64); }

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

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

 span { border-color: rgb(116,57,64); }

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