#793541

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

Shades of Merlot #793541

Tints of Merlot #793541

Color information

#793541 (or 0x793541) is unknown color: approx Merlot. HEX triplet: 79, 35 and 41. RGB value is (121,53,65). Sum of RGB (Red+Green+Blue) = 121+53+65=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #793541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793541 is #86CABE. Grayscale: #4A4A4A. Windows color (decimal): -8833727 or 4273529. OLE color: 4273529.

HSL color Cylindrical-coordinate representation of color #793541: hue angle of 349.41º 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 #793541 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1215365-
CMYK00.560.460.53
HSL349.41º39.08%34.12%-
HSV(B)349.41º56.2%47.45%-
XYZ10.116.995.82-
YUV74.7122.53161.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.63%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=50.63%
G=22.18%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121536500.560.460.53349.4139.0834.12
Hex7935410382E3515d2722
Octal1716510107056655354742
Binary111100111010110000010111000101110110101101011101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793541; }

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

 H1.HeaderClassName
 {
   color: #793541;
 }
 .AnyTagClassName
 {
   color: #793541;
 }
</style>
background-color css

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

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

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

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

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

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