#742E3A

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

Shades of Merlot #742E3A

Tints of Merlot #742E3A

Color information

#742E3A (or 0x742E3A) is unknown color: approx Merlot. HEX triplet: 74, 2E and 3A. RGB value is (116,46,58). Sum of RGB (Red+Green+Blue) = 116+46+58=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #742E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742E3A is #8BD1C5. Grayscale: #444444. Windows color (decimal): -9163206 or 3812980. OLE color: 3812980.

HSL color Cylindrical-coordinate representation of color #742E3A: hue angle of 349.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E3A is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB1164658-
CMYK00.600.50.55
HSL349.71º43.21%31.76%-
HSV(B)349.71º60.34%45.49%-
XYZ8.945.974.68-
YUV68.3122.19162.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.73%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=52.73%
G=20.91%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116465800.600.50.55349.7143.2131.76
Hex742E3A03C323715e2b20
Octal164567207462675365340
Binary11101001011101110100111100110010110111101011110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742E3A; }

 p { color: rgb(116,46,58); }

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

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

 a { background-color: rgb(116,46,58); }

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

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

 span { border-color: rgb(116,46,58); }

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