Html Css Color HEX #793440 Merlot

📋 copy color: '#793440'

red 121 ◦ green 52 ◦ blue 64

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

Shades of Merlot #793440

Tints of Merlot #793440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 51.05%
G = 21.94%
B = 27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#793440 (or 0x793440) is known color: Merlot. HEX triplet: 79, 34 and 40. RGB value is (121,52,64). Sum of RGB (Red+Green+Blue) = 121+52+64=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #793440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793440 is #86CBBF. Grayscale: #4A4A4A. Windows color (decimal): -8833984 or 4207737. OLE color: 4207737.

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

Color convert

RGB 121 52 64 -
CMYK 0 0.57 0.47 0.53
HSL 349.57º 0.4% 0.34% -
HSV(B) 349.57º 0.57% 0.47% -
XYZ 10.04 6.89 5.65 -
YUV 74 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 121 52 64 0 0.57 0.47 0.53 349.57 0.4 0.34
Hex 79 34 40 0 39 2F 35 15E 28 22
Octal 171 64 100 0 71 57 65 536 50 42
Binary 1111001 110100 1000000 0 111001 101111 110101 101011110 101000 100010

Color Harmonies of #793440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793440

Black with #793440

Text Example


Text Example

White with #793440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793440; }

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

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

background-color css

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

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

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

border-color css

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

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

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