#79343A

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

Shades of Merlot #79343A

Tints of Merlot #79343A

Color information

#79343A (or 0x79343A) is unknown color: approx Merlot. HEX triplet: 79, 34 and 3A. RGB value is (121,52,58). Sum of RGB (Red+Green+Blue) = 121+52+58=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #79343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79343A is #86CBC5. Grayscale: #494949. Windows color (decimal): -8833990 or 3814521. OLE color: 3814521.

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

Color convert

RGB1215258-
CMYK00.570.520.53
HSL354.78º39.88%33.92%-
HSV(B)354.78º57.02%47.45%-
XYZ9.886.834.8-
YUV73.32119.36162.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.38%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=52.38%
G=22.51%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121525800.570.520.53354.7839.8833.92
Hex79343A03934351632822
Octal171647207164655435042
Binary11110011101001110100111001110100110101101100011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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