Html Css Color HEX #79393A Merlot

📋 copy color: '#79393A'

red 121 ◦ green 57 ◦ blue 58

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

Shades of Merlot #79393A

Tints of Merlot #79393A

RGB

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

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

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

R = 51.27%
G = 24.15%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#79393A (or 0x79393A) is known color: Merlot. HEX triplet: 79, 39 and 3A. RGB value is (121,57,58). Sum of RGB (Red+Green+Blue) = 121+57+58=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #79393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79393A is #86C6C5. Grayscale: #4C4C4C. Windows color (decimal): -8832710 or 3815801. OLE color: 3815801.

HSL color Cylindrical-coordinate representation of color #79393A: hue angle of 359.06º 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 #79393A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 57 58 -
CMYK 0 0.53 0.52 0.53
HSL 359.06º 0.36% 0.35% -
HSV(B) 359.06º 0.53% 0.47% -
XYZ 10.11 7.3 4.88 -
YUV 76.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 121 57 58 0 0.53 0.52 0.53 359.06 0.36 0.35
Hex 79 39 3A 0 35 34 35 167 24 23
Octal 171 71 72 0 65 64 65 547 44 43
Binary 1111001 111001 111010 0 110101 110100 110101 101100111 100100 100011

Color Harmonies of #79393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79393A

Black with #79393A

Text Example


Text Example

White with #79393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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