Html Css Color HEX #743640 Merlot

📋 copy color: '#743640'

red 116 ◦ green 54 ◦ blue 64

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

Shades of Merlot #743640

Tints of Merlot #743640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 49.57%
G = 23.08%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#743640 (or 0x743640) is known color: Merlot. HEX triplet: 74, 36 and 40. RGB value is (116,54,64). Sum of RGB (Red+Green+Blue) = 116+54+64=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #743640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743640 is #8BC9BF. Grayscale: #494949. Windows color (decimal): -9161152 or 4208244. OLE color: 4208244.

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

Color convert

RGB 116 54 64 -
CMYK 0 0.53 0.45 0.55
HSL 350.32º 0.36% 0.33% -
HSV(B) 350.32º 0.53% 0.45% -
XYZ 9.45 6.72 5.65 -
YUV 73.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 116 54 64 0 0.53 0.45 0.55 350.32 0.36 0.33
Hex 74 36 40 0 35 2D 37 15E 24 21
Octal 164 66 100 0 65 55 67 536 44 41
Binary 1110100 110110 1000000 0 110101 101101 110111 101011110 100100 100001

Color Harmonies of #743640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743640

Black with #743640

Text Example


Text Example

White with #743640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743640; }

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

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

background-color css

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

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

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

border-color css

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

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

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