#793341

Color #793341 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #793341

Tints of Merlot #793341

Color information

#793341 (or 0x793341) is unknown color: approx 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

RGB1215165-
CMYK00.580.460.53
HSL348º40.7%33.73%-
HSV(B)348º57.85%47.45%-
XYZ10.026.815.79-
YUV73.53123.19161.86-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121516500.580.460.5334840.733.73
Hex79334103A2E3515c2922
Octal1716310107256655345142
Binary111100111001110000010111010101110110101101011100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>