Html Css Color HEX #79373C Merlot

📋 copy color: '#79373C'

red 121 ◦ green 55 ◦ blue 60

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

Shades of Merlot #79373C

Tints of Merlot #79373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

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

R = 51.27%
G = 23.31%
B = 25.42%

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

#79373C (or 0x79373C) is known color: Merlot. HEX triplet: 79, 37 and 3C. RGB value is (121,55,60). Sum of RGB (Red+Green+Blue) = 121+55+60=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #79373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79373C is #86C8C3. Grayscale: #4B4B4B. Windows color (decimal): -8833220 or 3946361. OLE color: 3946361.

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

Color convert

RGB 121 55 60 -
CMYK 0 0.55 0.50 0.53
HSL 355.45º 0.38% 0.35% -
HSV(B) 355.45º 0.55% 0.47% -
XYZ 10.07 7.12 5.12 -
YUV 75.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 121 55 60 0 0.55 0.50 0.53 355.45 0.38 0.35
Hex 79 37 3C 0 37 32 35 163 26 23
Octal 171 67 74 0 67 62 65 543 46 43
Binary 1111001 110111 111100 0 110111 110010 110101 101100011 100110 100011

Color Harmonies of #79373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79373C

Black with #79373C

Text Example


Text Example

White with #79373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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