Html Css Color HEX #79343C Merlot

📋 copy color: '#79343C'

red 121 ◦ green 52 ◦ blue 60

#79343C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #79343C

Tints of Merlot #79343C

RGB

 RED value IS 121 (47.66% from 255) = 51.93%

 GREEN value IS 52 (20.7% from 255) = 22.32%

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 51.93%
G = 22.32%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79343C (or 0x79343C) is known color: Merlot. HEX triplet: 79, 34 and 3C. RGB value is (121,52,60). Sum of RGB (Red+Green+Blue) = 121+52+60=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79343C is #86CBC3. Grayscale: #494949. Windows color (decimal): -8833988 or 3945593. OLE color: 3945593.

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

Color convert

RGB 121 52 60 -
CMYK 0 0.57 0.50 0.53
HSL 353.04º 0.4% 0.34% -
HSV(B) 353.04º 0.57% 0.47% -
XYZ 9.93 6.85 5.07 -
YUV 73.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 121 52 60 0 0.57 0.50 0.53 353.04 0.4 0.34
Hex 79 34 3C 0 39 32 35 161 28 22
Octal 171 64 74 0 71 62 65 541 50 42
Binary 1111001 110100 111100 0 111001 110010 110101 101100001 101000 100010

Color Harmonies of #79343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79343C

Black with #79343C

Text Example


Text Example

White with #79343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79343C;
 }
 .AnyTagClassName
 {
   color: #79343C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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