Html Css Color HEX #79323D Merlot

📋 copy color: '#79323D'

red 121 ◦ green 50 ◦ blue 61

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

Shades of Merlot #79323D

Tints of Merlot #79323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 52.16%
G = 21.55%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79323D (or 0x79323D) is known color: Merlot. HEX triplet: 79, 32 and 3D. RGB value is (121,50,61). Sum of RGB (Red+Green+Blue) = 121+50+61=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79323D is #86CDC2. Grayscale: #484848. Windows color (decimal): -8834499 or 4010617. OLE color: 4010617.

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

Color convert

RGB 121 50 61 -
CMYK 0 0.59 0.50 0.53
HSL 350.7º 0.42% 0.34% -
HSV(B) 350.7º 0.59% 0.47% -
XYZ 9.87 6.68 5.18 -
YUV 72.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 121 50 61 0 0.59 0.50 0.53 350.7 0.42 0.34
Hex 79 32 3D 0 3B 32 35 15F 2A 22
Octal 171 62 75 0 73 62 65 537 52 42
Binary 1111001 110010 111101 0 111011 110010 110101 101011111 101010 100010

Color Harmonies of #79323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79323D

Black with #79323D

Text Example


Text Example

White with #79323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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