#79333A

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

Shades of Merlot #79333A

Tints of Merlot #79333A

Color information

#79333A (or 0x79333A) is unknown color: approx Merlot. HEX triplet: 79, 33 and 3A. RGB value is (121,51,58). Sum of RGB (Red+Green+Blue) = 121+51+58=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #79333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79333A is #86CCC5. Grayscale: #484848. Windows color (decimal): -8834246 or 3814265. OLE color: 3814265.

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

Color convert

RGB1215158-
CMYK00.580.520.53
HSL354º40.7%33.73%-
HSV(B)354º57.85%47.45%-
XYZ9.836.744.79-
YUV72.73119.69162.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.61%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=52.61%
G=22.17%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121515800.580.520.5335440.733.73
Hex79333A03A34351622922
Octal171637207264655425142
Binary11110011100111110100111010110100110101101100010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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