Html Css Color HEX #793341 Merlot

📋 copy color: '#793341'

red 121 ◦ green 51 ◦ blue 65

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

Shades of Merlot #793341

Tints of Merlot #793341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 51.05%
G = 21.52%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#793341 (or 0x793341) is known color: Merlot. HEX triplet: 79, 33 and 41. RGB value is (121,51,65). Sum of RGB (Red+Green+Blue) = 121+51+65=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #793341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793341 is #86CCBE. Grayscale: #494949. Windows color (decimal): -8834239 or 4273017. OLE color: 4273017.

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

Color convert

RGB 121 51 65 -
CMYK 0 0.58 0.46 0.53
HSL 348º 0.41% 0.34% -
HSV(B) 348º 0.58% 0.47% -
XYZ 10.02 6.81 5.79 -
YUV 73.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 121 51 65 0 0.58 0.46 0.53 348 0.41 0.34
Hex 79 33 41 0 3A 2E 35 15C 29 22
Octal 171 63 101 0 72 56 65 534 51 42
Binary 1111001 110011 1000001 0 111010 101110 110101 101011100 101001 100010

Color Harmonies of #793341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793341

Black with #793341

Text Example


Text Example

White with #793341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793341; }

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

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

background-color css

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

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

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

border-color css

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

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

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