Html Css Color HEX #783442 Merlot

📋 copy color: '#783442'

red 120 ◦ green 52 ◦ blue 66

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

Shades of Merlot #783442

Tints of Merlot #783442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 50.42%
G = 21.85%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#783442 (or 0x783442) is known color: Merlot. HEX triplet: 78, 34 and 42. RGB value is (120,52,66). Sum of RGB (Red+Green+Blue) = 120+52+66=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #783442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783442 is #87CBBD. Grayscale: #494949. Windows color (decimal): -8899518 or 4338808. OLE color: 4338808.

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

Color convert

RGB 120 52 66 -
CMYK 0 0.57 0.45 0.53
HSL 347.65º 0.4% 0.34% -
HSV(B) 347.65º 0.57% 0.47% -
XYZ 9.96 6.84 5.95 -
YUV 73.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 120 52 66 0 0.57 0.45 0.53 347.65 0.4 0.34
Hex 78 34 42 0 39 2D 35 15C 28 22
Octal 170 64 102 0 71 55 65 534 50 42
Binary 1111000 110100 1000010 0 111001 101101 110101 101011100 101000 100010

Color Harmonies of #783442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783442

Black with #783442

Text Example


Text Example

White with #783442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783442; }

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

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

background-color css

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

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

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

border-color css

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

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

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