Html Css Color HEX #743739 Merlot

📋 copy color: '#743739'

red 116 ◦ green 55 ◦ blue 57

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

Shades of Merlot #743739

Tints of Merlot #743739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25%

R = 50.88%
G = 24.12%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#743739 (or 0x743739) is known color: Merlot. HEX triplet: 74, 37 and 39. RGB value is (116,55,57). Sum of RGB (Red+Green+Blue) = 116+55+57=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #743739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743739 is #8BC8C6. Grayscale: #494949. Windows color (decimal): -9160903 or 3749748. OLE color: 3749748.

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

Color convert

RGB 116 55 57 -
CMYK 0 0.53 0.51 0.55
HSL 358.03º 0.36% 0.34% -
HSV(B) 358.03º 0.53% 0.45% -
XYZ 9.31 6.74 4.68 -
YUV 73.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 116 55 57 0 0.53 0.51 0.55 358.03 0.36 0.34
Hex 74 37 39 0 35 33 37 166 24 22
Octal 164 67 71 0 65 63 67 546 44 42
Binary 1110100 110111 111001 0 110101 110011 110111 101100110 100100 100010

Color Harmonies of #743739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743739

Black with #743739

Text Example


Text Example

White with #743739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743739; }

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

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

background-color css

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

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

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

border-color css

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

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

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