Html Css Color HEX #743743 Merlot

📋 copy color: '#743743'

red 116 ◦ green 55 ◦ blue 67

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

Shades of Merlot #743743

Tints of Merlot #743743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

 BLUE value IS 67 (26.56% from 255) = 28.15%

R = 48.74%
G = 23.11%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#743743 (or 0x743743) is known color: Merlot. HEX triplet: 74, 37 and 43. RGB value is (116,55,67). Sum of RGB (Red+Green+Blue) = 116+55+67=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #743743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743743 is #8BC8BC. Grayscale: #4A4A4A. Windows color (decimal): -9160893 or 4405108. OLE color: 4405108.

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

Color convert

RGB 116 55 67 -
CMYK 0 0.53 0.42 0.55
HSL 348.2º 0.36% 0.34% -
HSV(B) 348.2º 0.53% 0.45% -
XYZ 9.58 6.85 6.13 -
YUV 74.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 116 55 67 0 0.53 0.42 0.55 348.2 0.36 0.34
Hex 74 37 43 0 35 2A 37 15C 24 22
Octal 164 67 103 0 65 52 67 534 44 42
Binary 1110100 110111 1000011 0 110101 101010 110111 101011100 100100 100010

Color Harmonies of #743743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743743

Black with #743743

Text Example


Text Example

White with #743743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743743; }

 p { color: rgb(116,55,67); }

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

background-color css

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

 a { background-color: rgb(116,55,67); }

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

border-color css

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

 span { border-color: rgb(116,55,67); }

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