Html Css Color HEX #743741 Merlot

📋 copy color: '#743741'

red 116 ◦ green 55 ◦ blue 65

#743741
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #743741

Tints of Merlot #743741

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#743741 (or 0x743741) is known color: 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

RGB 116 55 65 -
CMYK 0 0.53 0.44 0.55
HSL 350.16º 0.36% 0.34% -
HSV(B) 350.16º 0.53% 0.45% -
XYZ 9.52 6.83 5.82 -
YUV 74.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 116 55 65 0 0.53 0.44 0.55 350.16 0.36 0.34
Hex 74 37 41 0 35 2C 37 15E 24 22
Octal 164 67 101 0 65 54 67 536 44 42
Binary 1110100 110111 1000001 0 110101 101100 110111 101011110 100100 100010

Color Harmonies of #743741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743741

Black with #743741

Text Example


Text Example

White with #743741

Text Example


Text Example

HTML Codes & Css Web 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>