Html Css Color HEX #743641 Merlot

📋 copy color: '#743641'

red 116 ◦ green 54 ◦ blue 65

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

Shades of Merlot #743641

Tints of Merlot #743641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

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

R = 49.36%
G = 22.98%
B = 27.66%

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

#743641 (or 0x743641) is known color: Merlot. HEX triplet: 74, 36 and 41. RGB value is (116,54,65). Sum of RGB (Red+Green+Blue) = 116+54+65=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #743641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743641 is #8BC9BE. Grayscale: #494949. Windows color (decimal): -9161151 or 4273780. OLE color: 4273780.

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

Color convert

RGB 116 54 65 -
CMYK 0 0.53 0.44 0.55
HSL 349.35º 0.36% 0.33% -
HSV(B) 349.35º 0.53% 0.45% -
XYZ 9.48 6.73 5.8 -
YUV 73.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 116 54 65 0 0.53 0.44 0.55 349.35 0.36 0.33
Hex 74 36 41 0 35 2C 37 15D 24 21
Octal 164 66 101 0 65 54 67 535 44 41
Binary 1110100 110110 1000001 0 110101 101100 110111 101011101 100100 100001

Color Harmonies of #743641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743641

Black with #743641

Text Example


Text Example

White with #743641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743641; }

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

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

background-color css

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

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

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

border-color css

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

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

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