#79353D

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

Shades of Merlot #79353D

Tints of Merlot #79353D

Color information

#79353D (or 0x79353D) is unknown color: approx Merlot. HEX triplet: 79, 35 and 3D. RGB value is (121,53,61). Sum of RGB (Red+Green+Blue) = 121+53+61=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #79353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79353D is #86CAC2. Grayscale: #4A4A4A. Windows color (decimal): -8833731 or 4011385. OLE color: 4011385.

HSL color Cylindrical-coordinate representation of color #79353D: hue angle of 352.94º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #79353D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1215361-
CMYK00.560.500.53
HSL352.94º39.08%34.12%-
HSV(B)352.94º56.2%47.45%-
XYZ106.955.23-
YUV74.24120.53161.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=51.49%
G=22.55%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121536100.560.500.53352.9439.0834.12
Hex79353D03832351612722
Octal171657507062655414742
Binary11110011101011111010111000110010110101101100001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79353D; }

 p { color: rgb(121,53,61); }

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

<style>
 a { background-color: #79353D; }

 a { background-color: rgb(121,53,61); }

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

<style>
 span { border-color: #79353D; }

 span { border-color: rgb(121,53,61); }

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