Html Css Color HEX #783441 Merlot

📋 copy color: '#783441'

red 120 ◦ green 52 ◦ blue 65

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

Shades of Merlot #783441

Tints of Merlot #783441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 50.63%
G = 21.94%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#783441 (or 0x783441) is known color: Merlot. HEX triplet: 78, 34 and 41. RGB value is (120,52,65). Sum of RGB (Red+Green+Blue) = 120+52+65=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #783441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783441 is #87CBBE. Grayscale: #494949. Windows color (decimal): -8899519 or 4273272. OLE color: 4273272.

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

Color convert

RGB 120 52 65 -
CMYK 0 0.57 0.46 0.53
HSL 348.53º 0.4% 0.34% -
HSV(B) 348.53º 0.57% 0.47% -
XYZ 9.93 6.83 5.8 -
YUV 73.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 120 52 65 0 0.57 0.46 0.53 348.53 0.4 0.34
Hex 78 34 41 0 39 2E 35 15D 28 22
Octal 170 64 101 0 71 56 65 535 50 42
Binary 1111000 110100 1000001 0 111001 101110 110101 101011101 101000 100010

Color Harmonies of #783441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783441

Black with #783441

Text Example


Text Example

White with #783441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783441; }

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

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

background-color css

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

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

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

border-color css

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

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

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