Html Css Color HEX #79333C Merlot

📋 copy color: '#79333C'

red 121 ◦ green 51 ◦ blue 60

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

Shades of Merlot #79333C

Tints of Merlot #79333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.86%

R = 52.16%
G = 21.98%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79333C (or 0x79333C) is known color: Merlot. HEX triplet: 79, 33 and 3C. RGB value is (121,51,60). Sum of RGB (Red+Green+Blue) = 121+51+60=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79333C is #86CCC3. Grayscale: #484848. Windows color (decimal): -8834244 or 3945337. OLE color: 3945337.

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

Color convert

RGB 121 51 60 -
CMYK 0 0.58 0.50 0.53
HSL 352.29º 0.41% 0.34% -
HSV(B) 352.29º 0.58% 0.47% -
XYZ 9.88 6.76 5.06 -
YUV 72.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 121 51 60 0 0.58 0.50 0.53 352.29 0.41 0.34
Hex 79 33 3C 0 3A 32 35 160 29 22
Octal 171 63 74 0 72 62 65 540 51 42
Binary 1111001 110011 111100 0 111010 110010 110101 101100000 101001 100010

Color Harmonies of #79333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79333C

Black with #79333C

Text Example


Text Example

White with #79333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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