#743139

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

Shades of Merlot #743139

Tints of Merlot #743139

Color information

#743139 (or 0x743139) is unknown color: approx Merlot. HEX triplet: 74, 31 and 39. RGB value is (116,49,57). Sum of RGB (Red+Green+Blue) = 116+49+57=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #743139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743139 is #8BCEC6. Grayscale: #454545. Windows color (decimal): -9162439 or 3748212. OLE color: 3748212.

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

Color convert

RGB1164957-
CMYK00.580.510.55
HSL352.84º40.61%32.35%-
HSV(B)352.84º57.76%45.49%-
XYZ9.046.214.59-
YUV69.94120.7160.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=52.25%
G=22.07%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116495700.580.510.55352.8440.6132.35
Hex74313903A33371612920
Octal164617107263675415140
Binary11101001100011110010111010110011110111101100001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743139; }

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

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

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

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

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

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

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

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