Html Css Color HEX #743942 Merlot

📋 copy color: '#743942'

red 116 ◦ green 57 ◦ blue 66

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

Shades of Merlot #743942

Tints of Merlot #743942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.62%

R = 48.54%
G = 23.85%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#743942 (or 0x743942) is known color: Merlot. HEX triplet: 74, 39 and 42. RGB value is (116,57,66). Sum of RGB (Red+Green+Blue) = 116+57+66=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #743942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743942 is #8BC6BD. Grayscale: #4B4B4B. Windows color (decimal): -9160382 or 4340084. OLE color: 4340084.

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

Color convert

RGB 116 57 66 -
CMYK 0 0.51 0.43 0.55
HSL 350.85º 0.34% 0.34% -
HSV(B) 350.85º 0.51% 0.45% -
XYZ 9.65 7.03 6 -
YUV 75.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 116 57 66 0 0.51 0.43 0.55 350.85 0.34 0.34
Hex 74 39 42 0 33 2B 37 15F 22 22
Octal 164 71 102 0 63 53 67 537 42 42
Binary 1110100 111001 1000010 0 110011 101011 110111 101011111 100010 100010

Color Harmonies of #743942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743942

Black with #743942

Text Example


Text Example

White with #743942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743942; }

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

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

background-color css

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

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

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

border-color css

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

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

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