#783842

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

Shades of Merlot #783842

Tints of Merlot #783842

Color information

#783842 (or 0x783842) is unknown color: approx Merlot. HEX triplet: 78, 38 and 42. RGB value is (120,56,66). Sum of RGB (Red+Green+Blue) = 120+56+66=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #783842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783842 is #87C7BD. Grayscale: #4C4C4C. Windows color (decimal): -8898494 or 4339832. OLE color: 4339832.

HSL color Cylindrical-coordinate representation of color #783842: hue angle of 350.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #783842 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1205666-
CMYK00.530.450.53
HSL350.62º36.36%34.51%-
HSV(B)350.62º53.33%47.06%-
XYZ10.147.216.01-
YUV76.28122.2159.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=49.59%
G=23.14%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120566600.530.450.53350.6236.3634.51
Hex7838420352D3515f2423
Octal1707010206555655374443
Binary111100011100010000100110101101101110101101011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783842; }

 p { color: rgb(120,56,66); }

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

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

 a { background-color: rgb(120,56,66); }

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

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

 span { border-color: rgb(120,56,66); }

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