Html Css Color HEX #793540 Merlot

📋 copy color: '#793540'

red 121 ◦ green 53 ◦ blue 64

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

Shades of Merlot #793540

Tints of Merlot #793540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

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

R = 50.84%
G = 22.27%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#793540 (or 0x793540) is known color: Merlot. HEX triplet: 79, 35 and 40. RGB value is (121,53,64). Sum of RGB (Red+Green+Blue) = 121+53+64=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #793540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793540 is #86CABF. Grayscale: #4A4A4A. Windows color (decimal): -8833728 or 4207993. OLE color: 4207993.

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

Color convert

RGB 121 53 64 -
CMYK 0 0.56 0.47 0.53
HSL 350.29º 0.39% 0.34% -
HSV(B) 350.29º 0.56% 0.47% -
XYZ 10.08 6.98 5.67 -
YUV 74.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 121 53 64 0 0.56 0.47 0.53 350.29 0.39 0.34
Hex 79 35 40 0 38 2F 35 15E 27 22
Octal 171 65 100 0 70 57 65 536 47 42
Binary 1111001 110101 1000000 0 111000 101111 110101 101011110 100111 100010

Color Harmonies of #793540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793540

Black with #793540

Text Example


Text Example

White with #793540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793540; }

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

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

background-color css

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

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

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

border-color css

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

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

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