Html Css Color HEX #783541 Merlot

📋 copy color: '#783541'

red 120 ◦ green 53 ◦ blue 65

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

Shades of Merlot #783541

Tints of Merlot #783541

RGB

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

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

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

R = 50.42%
G = 22.27%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#783541 (or 0x783541) is known color: Merlot. HEX triplet: 78, 35 and 41. RGB value is (120,53,65). Sum of RGB (Red+Green+Blue) = 120+53+65=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #783541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783541 is #87CABE. Grayscale: #4A4A4A. Windows color (decimal): -8899263 or 4273528. OLE color: 4273528.

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

Color convert

RGB 120 53 65 -
CMYK 0 0.56 0.46 0.53
HSL 349.25º 0.39% 0.34% -
HSV(B) 349.25º 0.56% 0.47% -
XYZ 9.97 6.92 5.81 -
YUV 74.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 120 53 65 0 0.56 0.46 0.53 349.25 0.39 0.34
Hex 78 35 41 0 38 2E 35 15D 27 22
Octal 170 65 101 0 70 56 65 535 47 42
Binary 1111000 110101 1000001 0 111000 101110 110101 101011101 100111 100010

Color Harmonies of #783541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783541

Black with #783541

Text Example


Text Example

White with #783541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783541; }

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

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

background-color css

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

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

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

border-color css

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

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

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