#79353F

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

Shades of Merlot #79353F

Tints of Merlot #79353F

Color information

#79353F (or 0x79353F) is unknown color: approx Merlot. HEX triplet: 79, 35 and 3F. RGB value is (121,53,63). Sum of RGB (Red+Green+Blue) = 121+53+63=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #79353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79353F is #86CAC0. Grayscale: #4A4A4A. Windows color (decimal): -8833729 or 4142457. OLE color: 4142457.

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

Color convert

RGB1215363-
CMYK00.560.480.53
HSL351.18º39.08%34.12%-
HSV(B)351.18º56.2%47.45%-
XYZ10.066.975.52-
YUV74.47121.53161.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.05%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 63 (25% from 255) = 26.58%
R=51.05%
G=22.36%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121536300.560.480.53351.1839.0834.12
Hex79353F038303515f2722
Octal171657707060655374742
Binary11110011101011111110111000110000110101101011111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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