#79323C

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

Shades of Merlot #79323C

Tints of Merlot #79323C

Color information

#79323C (or 0x79323C) is unknown color: approx Merlot. HEX triplet: 79, 32 and 3C. RGB value is (121,50,60). Sum of RGB (Red+Green+Blue) = 121+50+60=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #79323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79323C is #86CDC3. Grayscale: #484848. Windows color (decimal): -8834500 or 3945081. OLE color: 3945081.

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

Color convert

RGB1215060-
CMYK00.590.500.53
HSL351.55º41.52%33.53%-
HSV(B)351.55º58.68%47.45%-
XYZ9.846.675.04-
YUV72.37121.02162.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.38%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=52.38%
G=21.65%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121506000.590.500.53351.5541.5233.53
Hex79323C03B32351602a22
Octal171627407362655405242
Binary11110011100101111000111011110010110101101100000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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