Html Css Color HEX #743541 Merlot

📋 copy color: '#743541'

red 116 ◦ green 53 ◦ blue 65

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

Shades of Merlot #743541

Tints of Merlot #743541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 49.57%
G = 22.65%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#743541 (or 0x743541) is known color: Merlot. HEX triplet: 74, 35 and 41. RGB value is (116,53,65). Sum of RGB (Red+Green+Blue) = 116+53+65=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #743541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743541 is #8BCABE. Grayscale: #494949. Windows color (decimal): -9161407 or 4273524. OLE color: 4273524.

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

Color convert

RGB 116 53 65 -
CMYK 0 0.54 0.44 0.55
HSL 348.57º 0.37% 0.33% -
HSV(B) 348.57º 0.54% 0.45% -
XYZ 9.43 6.64 5.79 -
YUV 73.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 116 53 65 0 0.54 0.44 0.55 348.57 0.37 0.33
Hex 74 35 41 0 36 2C 37 15D 25 21
Octal 164 65 101 0 66 54 67 535 45 41
Binary 1110100 110101 1000001 0 110110 101100 110111 101011101 100101 100001

Color Harmonies of #743541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743541

Black with #743541

Text Example


Text Example

White with #743541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743541; }

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

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

background-color css

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

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

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

border-color css

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

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

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