Html Css Color HEX #793740 Merlot

📋 copy color: '#793740'

red 121 ◦ green 55 ◦ blue 64

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

Shades of Merlot #793740

Tints of Merlot #793740

RGB

 RED value IS 121 (47.66% from 255) = 50.42%

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

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

R = 50.42%
G = 22.92%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#793740 (or 0x793740) is known color: Merlot. HEX triplet: 79, 37 and 40. RGB value is (121,55,64). Sum of RGB (Red+Green+Blue) = 121+55+64=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #793740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793740 is #86C8BF. Grayscale: #4B4B4B. Windows color (decimal): -8833216 or 4208505. OLE color: 4208505.

HSL color Cylindrical-coordinate representation of color #793740: hue angle of 351.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #793740 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 55 64 -
CMYK 0 0.55 0.47 0.53
HSL 351.82º 0.38% 0.35% -
HSV(B) 351.82º 0.55% 0.47% -
XYZ 10.18 7.17 5.7 -
YUV 75.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 121 55 64 0 0.55 0.47 0.53 351.82 0.38 0.35
Hex 79 37 40 0 37 2F 35 160 26 23
Octal 171 67 100 0 67 57 65 540 46 43
Binary 1111001 110111 1000000 0 110111 101111 110101 101100000 100110 100011

Color Harmonies of #793740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793740

Black with #793740

Text Example


Text Example

White with #793740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793740; }

 p { color: rgb(121,55,64); }

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

background-color css

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

 a { background-color: rgb(121,55,64); }

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

border-color css

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

 span { border-color: rgb(121,55,64); }

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