#743942

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

Shades of Merlot #743942

Tints of Merlot #743942

Color information

#743942 (or 0x743942) is unknown color: approx Merlot. HEX triplet: 74, 39 and 42. RGB value is (116,57,66). Sum of RGB (Red+Green+Blue) = 116+57+66=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #743942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743942 is #8BC6BD. Grayscale: #4B4B4B. Windows color (decimal): -9160382 or 4340084. OLE color: 4340084.

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

Color convert

RGB1165766-
CMYK00.510.430.55
HSL350.85º34.1%33.92%-
HSV(B)350.85º50.86%45.49%-
XYZ9.657.036-
YUV75.67122.55156.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=48.54%
G=23.85%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116576600.510.430.55350.8534.133.92
Hex7439420332B3715f2222
Octal1647110206353675374242
Binary111010011100110000100110011101011110111101011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743942; }

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

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

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

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

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

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

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

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