#793940

Color #793940 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #793940

Tints of Merlot #793940

Color information

#793940 (or 0x793940) is unknown color: approx 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

RGB1215764-
CMYK00.530.470.53
HSL353.44º35.96%34.9%-
HSV(B)353.44º52.89%47.45%-
XYZ10.277.365.73-
YUV76.93120.7159.43-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121576400.530.470.53353.4435.9634.9
Hex7939400352F351612423
Octal1717110006557655414443
Binary111100111100110000000110101101111110101101100001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>