Html Css Color HEX #79373A Merlot

📋 copy color: '#79373A'

red 121 ◦ green 55 ◦ blue 58

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

Shades of Merlot #79373A

Tints of Merlot #79373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 51.71%
G = 23.5%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#79373A (or 0x79373A) is known color: Merlot. HEX triplet: 79, 37 and 3A. RGB value is (121,55,58). Sum of RGB (Red+Green+Blue) = 121+55+58=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79373A is #86C8C5. Grayscale: #4B4B4B. Windows color (decimal): -8833222 or 3815289. OLE color: 3815289.

HSL color Cylindrical-coordinate representation of color #79373A: hue angle of 357.27º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79373A is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 55 58 -
CMYK 0 0.55 0.52 0.53
HSL 357.27º 0.38% 0.35% -
HSV(B) 357.27º 0.55% 0.47% -
XYZ 10.02 7.1 4.85 -
YUV 75.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 121 55 58 0 0.55 0.52 0.53 357.27 0.38 0.35
Hex 79 37 3A 0 37 34 35 165 26 23
Octal 171 67 72 0 67 64 65 545 46 43
Binary 1111001 110111 111010 0 110111 110100 110101 101100101 100110 100011

Color Harmonies of #79373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79373A

Black with #79373A

Text Example


Text Example

White with #79373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79373A; }

 p { color: rgb(121,55,58); }

 H1.HeaderClassName
 {
   color: #79373A;
 }
 .AnyTagClassName
 {
   color: #79373A;
 }
</style>

background-color css

<style>
 a { background-color: #79373A; }

 a { background-color: rgb(121,55,58); }

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

border-color css

<style>
 span { border-color: #79373A; }

 span { border-color: rgb(121,55,58); }

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