Html Css Color HEX #79353B Merlot

📋 copy color: '#79353B'

red 121 ◦ green 53 ◦ blue 59

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

Shades of Merlot #79353B

Tints of Merlot #79353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.32%

R = 51.93%
G = 22.75%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#79353B (or 0x79353B) is known color: Merlot. HEX triplet: 79, 35 and 3B. RGB value is (121,53,59). Sum of RGB (Red+Green+Blue) = 121+53+59=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79353B is #86CAC4. Grayscale: #4A4A4A. Windows color (decimal): -8833733 or 3880313. OLE color: 3880313.

HSL color Cylindrical-coordinate representation of color #79353B: hue angle of 354.71º 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 #79353B is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 53 59 -
CMYK 0 0.56 0.51 0.53
HSL 354.71º 0.39% 0.34% -
HSV(B) 354.71º 0.56% 0.47% -
XYZ 9.95 6.93 4.95 -
YUV 74.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 121 53 59 0 0.56 0.51 0.53 354.71 0.39 0.34
Hex 79 35 3B 0 38 33 35 163 27 22
Octal 171 65 73 0 70 63 65 543 47 42
Binary 1111001 110101 111011 0 111000 110011 110101 101100011 100111 100010

Color Harmonies of #79353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79353B

Black with #79353B

Text Example


Text Example

White with #79353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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