Html Css Color HEX #743844 Merlot

📋 copy color: '#743844'

red 116 ◦ green 56 ◦ blue 68

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

Shades of Merlot #743844

Tints of Merlot #743844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

 BLUE value IS 68 (26.95% from 255) = 28.33%

R = 48.33%
G = 23.33%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#743844 (or 0x743844) is known color: Merlot. HEX triplet: 74, 38 and 44. RGB value is (116,56,68). Sum of RGB (Red+Green+Blue) = 116+56+68=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #743844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743844 is #8BC7BB. Grayscale: #4B4B4B. Windows color (decimal): -9160636 or 4470900. OLE color: 4470900.

HSL color Cylindrical-coordinate representation of color #743844: hue angle of 348º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #743844 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 68 -
CMYK 0 0.52 0.41 0.55
HSL 348º 0.35% 0.34% -
HSV(B) 348º 0.52% 0.45% -
XYZ 9.66 6.96 6.3 -
YUV 75.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 116 56 68 0 0.52 0.41 0.55 348 0.35 0.34
Hex 74 38 44 0 34 29 37 15C 23 22
Octal 164 70 104 0 64 51 67 534 43 42
Binary 1110100 111000 1000100 0 110100 101001 110111 101011100 100011 100010

Color Harmonies of #743844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743844

Black with #743844

Text Example


Text Example

White with #743844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743844; }

 p { color: rgb(116,56,68); }

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

background-color css

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

 a { background-color: rgb(116,56,68); }

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

border-color css

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

 span { border-color: rgb(116,56,68); }

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