Html Css Color HEX #79363C Merlot

📋 copy color: '#79363C'

red 121 ◦ green 54 ◦ blue 60

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

Shades of Merlot #79363C

Tints of Merlot #79363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

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

R = 51.49%
G = 22.98%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79363C (or 0x79363C) is known color: Merlot. HEX triplet: 79, 36 and 3C. RGB value is (121,54,60). Sum of RGB (Red+Green+Blue) = 121+54+60=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #79363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79363C is #86C9C3. Grayscale: #4A4A4A. Windows color (decimal): -8833476 or 3946105. OLE color: 3946105.

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

Color convert

RGB 121 54 60 -
CMYK 0 0.55 0.50 0.53
HSL 354.63º 0.38% 0.34% -
HSV(B) 354.63º 0.55% 0.47% -
XYZ 10.02 7.03 5.1 -
YUV 74.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 121 54 60 0 0.55 0.50 0.53 354.63 0.38 0.34
Hex 79 36 3C 0 37 32 35 163 26 22
Octal 171 66 74 0 67 62 65 543 46 42
Binary 1111001 110110 111100 0 110111 110010 110101 101100011 100110 100010

Color Harmonies of #79363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79363C

Black with #79363C

Text Example


Text Example

White with #79363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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