Html Css Color HEX #79323F Merlot

📋 copy color: '#79323F'

red 121 ◦ green 50 ◦ blue 63

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

Shades of Merlot #79323F

Tints of Merlot #79323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 51.71%
G = 21.37%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#79323F (or 0x79323F) is known color: Merlot. HEX triplet: 79, 32 and 3F. RGB value is (121,50,63). Sum of RGB (Red+Green+Blue) = 121+50+63=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79323F is #86CDC0. Grayscale: #484848. Windows color (decimal): -8834497 or 4141689. OLE color: 4141689.

HSL color Cylindrical-coordinate representation of color #79323F: hue angle of 349.01º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79323F is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 50 63 -
CMYK 0 0.59 0.48 0.53
HSL 349.01º 0.42% 0.34% -
HSV(B) 349.01º 0.59% 0.47% -
XYZ 9.92 6.71 5.47 -
YUV 72.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 121 50 63 0 0.59 0.48 0.53 349.01 0.42 0.34
Hex 79 32 3F 0 3B 30 35 15D 2A 22
Octal 171 62 77 0 73 60 65 535 52 42
Binary 1111001 110010 111111 0 111011 110000 110101 101011101 101010 100010

Color Harmonies of #79323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79323F

Black with #79323F

Text Example


Text Example

White with #79323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79323F;
 }
 .AnyTagClassName
 {
   color: #79323F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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