Html Css Color HEX #743341 Merlot

📋 copy color: '#743341'

red 116 ◦ green 51 ◦ blue 65

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

Shades of Merlot #743341

Tints of Merlot #743341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 50%
G = 21.98%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#743341 (or 0x743341) is known color: Merlot. HEX triplet: 74, 33 and 41. RGB value is (116,51,65). Sum of RGB (Red+Green+Blue) = 116+51+65=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #743341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743341 is #8BCCBE. Grayscale: #484848. Windows color (decimal): -9161919 or 4273012. OLE color: 4273012.

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

Color convert

RGB 116 51 65 -
CMYK 0 0.56 0.44 0.55
HSL 347.08º 0.39% 0.33% -
HSV(B) 347.08º 0.56% 0.45% -
XYZ 9.34 6.46 5.76 -
YUV 72.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 116 51 65 0 0.56 0.44 0.55 347.08 0.39 0.33
Hex 74 33 41 0 38 2C 37 15B 27 21
Octal 164 63 101 0 70 54 67 533 47 41
Binary 1110100 110011 1000001 0 111000 101100 110111 101011011 100111 100001

Color Harmonies of #743341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743341

Black with #743341

Text Example


Text Example

White with #743341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743341; }

 p { color: rgb(116,51,65); }

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

background-color css

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

 a { background-color: rgb(116,51,65); }

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

border-color css

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

 span { border-color: rgb(116,51,65); }

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