Html Css Color HEX #783540 Merlot

📋 copy color: '#783540'

red 120 ◦ green 53 ◦ blue 64

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

Shades of Merlot #783540

Tints of Merlot #783540

RGB

 RED value IS 120 (47.27% from 255) = 50.63%

 GREEN value IS 53 (21.09% from 255) = 22.36%

 BLUE value IS 64 (25.39% from 255) = 27%

R = 50.63%
G = 22.36%
B = 27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#783540 (or 0x783540) is known color: Merlot. HEX triplet: 78, 35 and 40. RGB value is (120,53,64). Sum of RGB (Red+Green+Blue) = 120+53+64=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #783540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783540 is #87CABF. Grayscale: #4A4A4A. Windows color (decimal): -8899264 or 4207992. OLE color: 4207992.

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

Color convert

RGB 120 53 64 -
CMYK 0 0.56 0.47 0.53
HSL 350.15º 0.39% 0.34% -
HSV(B) 350.15º 0.56% 0.47% -
XYZ 9.94 6.91 5.66 -
YUV 74.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 120 53 64 0 0.56 0.47 0.53 350.15 0.39 0.34
Hex 78 35 40 0 38 2F 35 15E 27 22
Octal 170 65 100 0 70 57 65 536 47 42
Binary 1111000 110101 1000000 0 111000 101111 110101 101011110 100111 100010

Color Harmonies of #783540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783540

Black with #783540

Text Example


Text Example

White with #783540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783540; }

 p { color: rgb(120,53,64); }

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

background-color css

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

 a { background-color: rgb(120,53,64); }

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

border-color css

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

 span { border-color: rgb(120,53,64); }

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