#793240

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

Shades of Merlot #793240

Tints of Merlot #793240

Color information

#793240 (or 0x793240) is unknown color: approx Merlot. HEX triplet: 79, 32 and 40. RGB value is (121,50,64). Sum of RGB (Red+Green+Blue) = 121+50+64=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #793240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793240 is #86CDBF. Grayscale: #484848. Windows color (decimal): -8834496 or 4207225. OLE color: 4207225.

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

Color convert

RGB1215064-
CMYK00.590.470.53
HSL348.17º41.52%33.53%-
HSV(B)348.17º58.68%47.45%-
XYZ9.956.725.62-
YUV72.82123.02162.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=51.49%
G=21.28%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121506400.590.470.53348.1741.5233.53
Hex79324003B2F3515c2a22
Octal1716210007357655345242
Binary111100111001010000000111011101111110101101011100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793240; }

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

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

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

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

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

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

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

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