Html Css Color HEX #79393C Merlot

📋 copy color: '#79393C'

red 121 ◦ green 57 ◦ blue 60

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

Shades of Merlot #79393C

Tints of Merlot #79393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

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

R = 50.84%
G = 23.95%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79393C (or 0x79393C) is known color: Merlot. HEX triplet: 79, 39 and 3C. RGB value is (121,57,60). Sum of RGB (Red+Green+Blue) = 121+57+60=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #79393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79393C is #86C6C3. Grayscale: #4C4C4C. Windows color (decimal): -8832708 or 3946873. OLE color: 3946873.

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

Color convert

RGB 121 57 60 -
CMYK 0 0.53 0.50 0.53
HSL 357.19º 0.36% 0.35% -
HSV(B) 357.19º 0.53% 0.47% -
XYZ 10.16 7.32 5.15 -
YUV 76.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 121 57 60 0 0.53 0.50 0.53 357.19 0.36 0.35
Hex 79 39 3C 0 35 32 35 165 24 23
Octal 171 71 74 0 65 62 65 545 44 43
Binary 1111001 111001 111100 0 110101 110010 110101 101100101 100100 100011

Color Harmonies of #79393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79393C

Black with #79393C

Text Example


Text Example

White with #79393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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