Html Css Color HEX #783241 Merlot

📋 copy color: '#783241'

red 120 ◦ green 50 ◦ blue 65

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

Shades of Merlot #783241

Tints of Merlot #783241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 51.06%
G = 21.28%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#783241 (or 0x783241) is known color: Merlot. HEX triplet: 78, 32 and 41. RGB value is (120,50,65). Sum of RGB (Red+Green+Blue) = 120+50+65=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #783241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783241 is #87CDBE. Grayscale: #484848. Windows color (decimal): -8900031 or 4272760. OLE color: 4272760.

HSL color Cylindrical-coordinate representation of color #783241: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783241 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 65 -
CMYK 0 0.58 0.46 0.53
HSL 347.14º 0.41% 0.33% -
HSV(B) 347.14º 0.58% 0.47% -
XYZ 9.84 6.66 5.77 -
YUV 72.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 120 50 65 0 0.58 0.46 0.53 347.14 0.41 0.33
Hex 78 32 41 0 3A 2E 35 15B 29 21
Octal 170 62 101 0 72 56 65 533 51 41
Binary 1111000 110010 1000001 0 111010 101110 110101 101011011 101001 100001

Color Harmonies of #783241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783241

Black with #783241

Text Example


Text Example

White with #783241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783241; }

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

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

background-color css

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

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

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

border-color css

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

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

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