Html Css Color HEX #743140 Merlot

📋 copy color: '#743140'

red 116 ◦ green 49 ◦ blue 64

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

Shades of Merlot #743140

Tints of Merlot #743140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 50.66%
G = 21.4%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#743140 (or 0x743140) is known color: Merlot. HEX triplet: 74, 31 and 40. RGB value is (116,49,64). Sum of RGB (Red+Green+Blue) = 116+49+64=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #743140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743140 is #8BCEBF. Grayscale: #464646. Windows color (decimal): -9162432 or 4206964. OLE color: 4206964.

HSL color Cylindrical-coordinate representation of color #743140: hue angle of 346.57º 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 #743140 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 64 -
CMYK 0 0.58 0.45 0.55
HSL 346.57º 0.41% 0.32% -
HSV(B) 346.57º 0.58% 0.45% -
XYZ 9.23 6.28 5.58 -
YUV 70.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 116 49 64 0 0.58 0.45 0.55 346.57 0.41 0.32
Hex 74 31 40 0 3A 2D 37 15B 29 20
Octal 164 61 100 0 72 55 67 533 51 40
Binary 1110100 110001 1000000 0 111010 101101 110111 101011011 101001 100000

Color Harmonies of #743140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743140

Black with #743140

Text Example


Text Example

White with #743140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743140; }

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

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

background-color css

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

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

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

border-color css

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

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

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