#743643

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

Shades of Merlot #743643

Tints of Merlot #743643

Color information

#743643 (or 0x743643) is unknown color: approx Merlot. HEX triplet: 74, 36 and 43. RGB value is (116,54,67). Sum of RGB (Red+Green+Blue) = 116+54+67=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #743643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743643 is #8BC9BC. Grayscale: #4A4A4A. Windows color (decimal): -9161149 or 4404852. OLE color: 4404852.

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

Color convert

RGB1165467-
CMYK00.530.420.55
HSL347.42º36.47%33.33%-
HSV(B)347.42º53.45%45.49%-
XYZ9.536.766.11-
YUV74.02124.04157.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 67 (26.56% from 255) = 28.27%
R=48.95%
G=22.78%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116546700.530.420.55347.4236.4733.33
Hex7436430352A3715b2421
Octal1646610306552675334441
Binary111010011011010000110110101101010110111101011011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743643; }

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

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

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

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

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

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

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

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