#743741

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

Shades of Merlot #743741

Tints of Merlot #743741

Color information

#743741 (or 0x743741) is unknown color: approx Merlot. HEX triplet: 74, 37 and 41. RGB value is (116,55,65). Sum of RGB (Red+Green+Blue) = 116+55+65=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #743741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743741 is #8BC8BE. Grayscale: #4A4A4A. Windows color (decimal): -9160895 or 4274036. OLE color: 4274036.

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

Color convert

RGB1165565-
CMYK00.530.440.55
HSL350.16º35.67%33.53%-
HSV(B)350.16º52.59%45.49%-
XYZ9.526.835.82-
YUV74.38122.71157.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=49.15%
G=23.31%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116556500.530.440.55350.1635.6733.53
Hex7437410352C3715e2422
Octal1646710106554675364442
Binary111010011011110000010110101101100110111101011110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743741; }

 p { color: rgb(116,55,65); }

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

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

 a { background-color: rgb(116,55,65); }

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

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

 span { border-color: rgb(116,55,65); }

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