Html Css Color HEX #79393E Merlot

📋 copy color: '#79393E'

red 121 ◦ green 57 ◦ blue 62

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

Shades of Merlot #79393E

Tints of Merlot #79393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 50.42%
G = 23.75%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#79393E (or 0x79393E) is known color: Merlot. HEX triplet: 79, 39 and 3E. RGB value is (121,57,62). Sum of RGB (Red+Green+Blue) = 121+57+62=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #79393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79393E is #86C6C1. Grayscale: #4C4C4C. Windows color (decimal): -8832706 or 4077945. OLE color: 4077945.

HSL color Cylindrical-coordinate representation of color #79393E: hue angle of 355.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79393E is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 57 62 -
CMYK 0 0.53 0.49 0.53
HSL 355.31º 0.36% 0.35% -
HSV(B) 355.31º 0.53% 0.47% -
XYZ 10.22 7.34 5.44 -
YUV 76.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 121 57 62 0 0.53 0.49 0.53 355.31 0.36 0.35
Hex 79 39 3E 0 35 31 35 163 24 23
Octal 171 71 76 0 65 61 65 543 44 43
Binary 1111001 111001 111110 0 110101 110001 110101 101100011 100100 100011

Color Harmonies of #79393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79393E

Black with #79393E

Text Example


Text Example

White with #79393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79393E; }

 p { color: rgb(121,57,62); }

 H1.HeaderClassName
 {
   color: #79393E;
 }
 .AnyTagClassName
 {
   color: #79393E;
 }
</style>

background-color css

<style>
 a { background-color: #79393E; }

 a { background-color: rgb(121,57,62); }

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

border-color css

<style>
 span { border-color: #79393E; }

 span { border-color: rgb(121,57,62); }

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