#743943

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

Shades of Merlot #743943

Tints of Merlot #743943

Color information

#743943 (or 0x743943) is unknown color: approx Merlot. HEX triplet: 74, 39 and 43. RGB value is (116,57,67). Sum of RGB (Red+Green+Blue) = 116+57+67=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743943 is #8BC6BC. Grayscale: #4B4B4B. Windows color (decimal): -9160381 or 4405620. OLE color: 4405620.

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

Color convert

RGB1165767-
CMYK00.510.420.55
HSL349.83º34.1%33.92%-
HSV(B)349.83º50.86%45.49%-
XYZ9.687.046.16-
YUV75.78123.05156.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 67 (26.56% from 255) = 27.92%
R=48.33%
G=23.75%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116576700.510.420.55349.8334.133.92
Hex7439430332A3715e2222
Octal1647110306352675364242
Binary111010011100110000110110011101010110111101011110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743943; }

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

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

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

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

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

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

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

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