Html Css Color HEX #743943 Merlot

📋 copy color: '#743943'

red 116 ◦ green 57 ◦ blue 67

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

Shades of Merlot #743943

Tints of Merlot #743943

RGB

 RED value IS 116 (45.7% from 255) = 48.33%

 GREEN value IS 57 (22.66% from 255) = 23.75%

 BLUE value IS 67 (26.56% from 255) = 27.92%

R = 48.33%
G = 23.75%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#743943 (or 0x743943) is known color: Merlot. HEX triplet: 74, 39 and 43. RGB value is (116,57,67). Sum of RGB (Red+Green+Blue) = 116+57+67=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743943 is #8BC6BC. Grayscale: #4B4B4B. Windows color (decimal): -9160381 or 4405620. OLE color: 4405620.

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

Color convert

RGB 116 57 67 -
CMYK 0 0.51 0.42 0.55
HSL 349.83º 0.34% 0.34% -
HSV(B) 349.83º 0.51% 0.45% -
XYZ 9.68 7.04 6.16 -
YUV 75.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 116 57 67 0 0.51 0.42 0.55 349.83 0.34 0.34
Hex 74 39 43 0 33 2A 37 15E 22 22
Octal 164 71 103 0 63 52 67 536 42 42
Binary 1110100 111001 1000011 0 110011 101010 110111 101011110 100010 100010

Color Harmonies of #743943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743943

Black with #743943

Text Example


Text Example

White with #743943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743943; }

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

 H1.HeaderClassName
 {
   color: #743943;
 }
 .AnyTagClassName
 {
   color: #743943;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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