Html Css Color HEX #793441 Merlot

📋 copy color: '#793441'

red 121 ◦ green 52 ◦ blue 65

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

Shades of Merlot #793441

Tints of Merlot #793441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 50.84%
G = 21.85%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#793441 (or 0x793441) is known color: Merlot. HEX triplet: 79, 34 and 41. RGB value is (121,52,65). Sum of RGB (Red+Green+Blue) = 121+52+65=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #793441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793441 is #86CBBE. Grayscale: #4A4A4A. Windows color (decimal): -8833983 or 4273273. OLE color: 4273273.

HSL color Cylindrical-coordinate representation of color #793441: hue angle of 348.7º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #793441 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 52 65 -
CMYK 0 0.57 0.46 0.53
HSL 348.7º 0.4% 0.34% -
HSV(B) 348.7º 0.57% 0.47% -
XYZ 10.07 6.9 5.8 -
YUV 74.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 121 52 65 0 0.57 0.46 0.53 348.7 0.4 0.34
Hex 79 34 41 0 39 2E 35 15D 28 22
Octal 171 64 101 0 71 56 65 535 50 42
Binary 1111001 110100 1000001 0 111001 101110 110101 101011101 101000 100010

Color Harmonies of #793441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793441

Black with #793441

Text Example


Text Example

White with #793441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793441; }

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

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

background-color css

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

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

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

border-color css

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

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

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