Html Css Color HEX #79373F Merlot

📋 copy color: '#79373F'

red 121 ◦ green 55 ◦ blue 63

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

Shades of Merlot #79373F

Tints of Merlot #79373F

RGB

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

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

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

R = 50.63%
G = 23.01%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#79373F (or 0x79373F) is known color: Merlot. HEX triplet: 79, 37 and 3F. RGB value is (121,55,63). Sum of RGB (Red+Green+Blue) = 121+55+63=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #79373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79373F is #86C8C0. Grayscale: #4B4B4B. Windows color (decimal): -8833217 or 4142969. OLE color: 4142969.

HSL color Cylindrical-coordinate representation of color #79373F: hue angle of 352.73º 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 #79373F is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 55 63 -
CMYK 0 0.55 0.48 0.53
HSL 352.73º 0.38% 0.35% -
HSV(B) 352.73º 0.55% 0.47% -
XYZ 10.15 7.16 5.55 -
YUV 75.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 121 55 63 0 0.55 0.48 0.53 352.73 0.38 0.35
Hex 79 37 3F 0 37 30 35 161 26 23
Octal 171 67 77 0 67 60 65 541 46 43
Binary 1111001 110111 111111 0 110111 110000 110101 101100001 100110 100011

Color Harmonies of #79373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79373F

Black with #79373F

Text Example


Text Example

White with #79373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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