Html Css Color HEX #793940 Merlot

📋 copy color: '#793940'

red 121 ◦ green 57 ◦ blue 64

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

Shades of Merlot #793940

Tints of Merlot #793940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

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

R = 50%
G = 23.55%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#793940 (or 0x793940) is known color: Merlot. HEX triplet: 79, 39 and 40. RGB value is (121,57,64). Sum of RGB (Red+Green+Blue) = 121+57+64=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #793940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793940 is #86C6BF. Grayscale: #4C4C4C. Windows color (decimal): -8832704 or 4209017. OLE color: 4209017.

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

Color convert

RGB 121 57 64 -
CMYK 0 0.53 0.47 0.53
HSL 353.44º 0.36% 0.35% -
HSV(B) 353.44º 0.53% 0.47% -
XYZ 10.27 7.36 5.73 -
YUV 76.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 121 57 64 0 0.53 0.47 0.53 353.44 0.36 0.35
Hex 79 39 40 0 35 2F 35 161 24 23
Octal 171 71 100 0 65 57 65 541 44 43
Binary 1111001 111001 1000000 0 110101 101111 110101 101100001 100100 100011

Color Harmonies of #793940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793940

Black with #793940

Text Example


Text Example

White with #793940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793940; }

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

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

background-color css

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

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

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

border-color css

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

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

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