Html Css Color HEX #79333A Merlot

📋 copy color: '#79333A'

red 121 ◦ green 51 ◦ blue 58

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

Shades of Merlot #79333A

Tints of Merlot #79333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 52.61%
G = 22.17%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#79333A (or 0x79333A) is known color: Merlot. HEX triplet: 79, 33 and 3A. RGB value is (121,51,58). Sum of RGB (Red+Green+Blue) = 121+51+58=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #79333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79333A is #86CCC5. Grayscale: #484848. Windows color (decimal): -8834246 or 3814265. OLE color: 3814265.

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

Color convert

RGB 121 51 58 -
CMYK 0 0.58 0.52 0.53
HSL 354º 0.41% 0.34% -
HSV(B) 354º 0.58% 0.47% -
XYZ 9.83 6.74 4.79 -
YUV 72.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 121 51 58 0 0.58 0.52 0.53 354 0.41 0.34
Hex 79 33 3A 0 3A 34 35 162 29 22
Octal 171 63 72 0 72 64 65 542 51 42
Binary 1111001 110011 111010 0 111010 110100 110101 101100010 101001 100010

Color Harmonies of #79333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79333A

Black with #79333A

Text Example


Text Example

White with #79333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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