Html Css Color HEX #793541 Merlot

📋 copy color: '#793541'

red 121 ◦ green 53 ◦ blue 65

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

Shades of Merlot #793541

Tints of Merlot #793541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.2%

R = 50.63%
G = 22.18%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#793541 (or 0x793541) is known color: Merlot. HEX triplet: 79, 35 and 41. RGB value is (121,53,65). Sum of RGB (Red+Green+Blue) = 121+53+65=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #793541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793541 is #86CABE. Grayscale: #4A4A4A. Windows color (decimal): -8833727 or 4273529. OLE color: 4273529.

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

Color convert

RGB 121 53 65 -
CMYK 0 0.56 0.46 0.53
HSL 349.41º 0.39% 0.34% -
HSV(B) 349.41º 0.56% 0.47% -
XYZ 10.11 6.99 5.82 -
YUV 74.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 121 53 65 0 0.56 0.46 0.53 349.41 0.39 0.34
Hex 79 35 41 0 38 2E 35 15D 27 22
Octal 171 65 101 0 70 56 65 535 47 42
Binary 1111001 110101 1000001 0 111000 101110 110101 101011101 100111 100010

Color Harmonies of #793541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793541

Black with #793541

Text Example


Text Example

White with #793541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793541; }

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

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

background-color css

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

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

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

border-color css

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

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

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