Html Css Color HEX #79343B Merlot

📋 copy color: '#79343B'

red 121 ◦ green 52 ◦ blue 59

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

Shades of Merlot #79343B

Tints of Merlot #79343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.43%

R = 52.16%
G = 22.41%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#79343B (or 0x79343B) is known color: Merlot. HEX triplet: 79, 34 and 3B. RGB value is (121,52,59). Sum of RGB (Red+Green+Blue) = 121+52+59=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79343B is #86CBC4. Grayscale: #494949. Windows color (decimal): -8833989 or 3880057. OLE color: 3880057.

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

Color convert

RGB 121 52 59 -
CMYK 0 0.57 0.51 0.53
HSL 353.91º 0.4% 0.34% -
HSV(B) 353.91º 0.57% 0.47% -
XYZ 9.9 6.84 4.94 -
YUV 73.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 121 52 59 0 0.57 0.51 0.53 353.91 0.4 0.34
Hex 79 34 3B 0 39 33 35 162 28 22
Octal 171 64 73 0 71 63 65 542 50 42
Binary 1111001 110100 111011 0 111001 110011 110101 101100010 101000 100010

Color Harmonies of #79343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79343B

Black with #79343B

Text Example


Text Example

White with #79343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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