#79373F

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

Shades of Merlot #79373F

Tints of Merlot #79373F

Color information

#79373F (or 0x79373F) is unknown color: approx Merlot. HEX triplet: 79, 37 and 3F. RGB value is (121,55,63). Sum of RGB (Red+Green+Blue) = 121+55+63=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #79373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79373F is #86C8C0. Grayscale: #4B4B4B. Windows color (decimal): -8833217 or 4142969. OLE color: 4142969.

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

Color convert

RGB1215563-
CMYK00.550.480.53
HSL352.73º37.5%34.51%-
HSV(B)352.73º54.55%47.45%-
XYZ10.157.165.55-
YUV75.65120.87160.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.63%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 63 (25% from 255) = 26.36%
R=50.63%
G=23.01%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121556300.550.480.53352.7337.534.51
Hex79373F03730351612623
Octal171677706760655414643
Binary11110011101111111110110111110000110101101100001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79373F; }

 p { color: rgb(121,55,63); }

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

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

 a { background-color: rgb(121,55,63); }

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

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

 span { border-color: rgb(121,55,63); }

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