#79323F

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

Shades of Merlot #79323F

Tints of Merlot #79323F

Color information

#79323F (or 0x79323F) is unknown color: approx Merlot. HEX triplet: 79, 32 and 3F. RGB value is (121,50,63). Sum of RGB (Red+Green+Blue) = 121+50+63=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79323F is #86CDC0. Grayscale: #484848. Windows color (decimal): -8834497 or 4141689. OLE color: 4141689.

HSL color Cylindrical-coordinate representation of color #79323F: hue angle of 349.01º 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 #79323F is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1215063-
CMYK00.590.480.53
HSL349.01º41.52%33.53%-
HSV(B)349.01º58.68%47.45%-
XYZ9.926.715.47-
YUV72.71122.52162.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 63 (25% from 255) = 26.92%
R=51.71%
G=21.37%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121506300.590.480.53349.0141.5233.53
Hex79323F03B303515d2a22
Octal171627707360655355242
Binary11110011100101111110111011110000110101101011101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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