#79373A

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

Shades of Merlot #79373A

Tints of Merlot #79373A

Color information

#79373A (or 0x79373A) is unknown color: approx Merlot. HEX triplet: 79, 37 and 3A. RGB value is (121,55,58). Sum of RGB (Red+Green+Blue) = 121+55+58=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79373A is #86C8C5. Grayscale: #4B4B4B. Windows color (decimal): -8833222 or 3815289. OLE color: 3815289.

HSL color Cylindrical-coordinate representation of color #79373A: hue angle of 357.27º 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 #79373A is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1215558-
CMYK00.550.520.53
HSL357.27º37.5%34.51%-
HSV(B)357.27º54.55%47.45%-
XYZ10.027.14.85-
YUV75.08118.37160.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=51.71%
G=23.50%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121555800.550.520.53357.2737.534.51
Hex79373A03734351652623
Octal171677206764655454643
Binary11110011101111110100110111110100110101101100101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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