Html Css Color HEX #79353E Merlot

📋 copy color: '#79353E'

red 121 ◦ green 53 ◦ blue 62

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

Shades of Merlot #79353E

Tints of Merlot #79353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

 BLUE value IS 62 (24.61% from 255) = 26.27%

R = 51.27%
G = 22.46%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#79353E (or 0x79353E) is known color: Merlot. HEX triplet: 79, 35 and 3E. RGB value is (121,53,62). Sum of RGB (Red+Green+Blue) = 121+53+62=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #79353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79353E is #86CAC1. Grayscale: #4A4A4A. Windows color (decimal): -8833730 or 4076921. OLE color: 4076921.

HSL color Cylindrical-coordinate representation of color #79353E: hue angle of 352.06º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #79353E is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 53 62 -
CMYK 0 0.56 0.49 0.53
HSL 352.06º 0.39% 0.34% -
HSV(B) 352.06º 0.56% 0.47% -
XYZ 10.03 6.96 5.37 -
YUV 74.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 121 53 62 0 0.56 0.49 0.53 352.06 0.39 0.34
Hex 79 35 3E 0 38 31 35 160 27 22
Octal 171 65 76 0 70 61 65 540 47 42
Binary 1111001 110101 111110 0 111000 110001 110101 101100000 100111 100010

Color Harmonies of #79353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79353E

Black with #79353E

Text Example


Text Example

White with #79353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79353E; }

 p { color: rgb(121,53,62); }

 H1.HeaderClassName
 {
   color: #79353E;
 }
 .AnyTagClassName
 {
   color: #79353E;
 }
</style>

background-color css

<style>
 a { background-color: #79353E; }

 a { background-color: rgb(121,53,62); }

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

border-color css

<style>
 span { border-color: #79353E; }

 span { border-color: rgb(121,53,62); }

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