#783341

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

Shades of Merlot #783341

Tints of Merlot #783341

Color information

#783341 (or 0x783341) is unknown color: approx Merlot. HEX triplet: 78, 33 and 41. RGB value is (120,51,65). Sum of RGB (Red+Green+Blue) = 120+51+65=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #783341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783341 is #87CCBE. Grayscale: #494949. Windows color (decimal): -8899775 or 4273016. OLE color: 4273016.

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

Color convert

RGB1205165-
CMYK00.580.460.53
HSL347.83º40.35%33.53%-
HSV(B)347.83º57.5%47.06%-
XYZ9.886.745.78-
YUV73.23123.36161.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=50.85%
G=21.61%
B=27.54%

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
Decimal120516500.580.460.53347.8340.3533.53
Hex78334103A2E3515c2822
Octal1706310107256655345042
Binary111100011001110000010111010101110110101101011100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783341; }

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

 H1.HeaderClassName
 {
   color: #783341;
 }
 .AnyTagClassName
 {
   color: #783341;
 }
</style>
background-color css

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

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

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

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

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

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