Html Css Color HEX #783340 Merlot

📋 copy color: '#783340'

red 120 ◦ green 51 ◦ blue 64

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

Shades of Merlot #783340

Tints of Merlot #783340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

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

R = 51.06%
G = 21.7%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#783340 (or 0x783340) is known color: Merlot. HEX triplet: 78, 33 and 40. RGB value is (120,51,64). Sum of RGB (Red+Green+Blue) = 120+51+64=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #783340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783340 is #87CCBF. Grayscale: #494949. Windows color (decimal): -8899776 or 4207480. OLE color: 4207480.

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

Color convert

RGB 120 51 64 -
CMYK 0 0.58 0.47 0.53
HSL 348.7º 0.4% 0.34% -
HSV(B) 348.7º 0.58% 0.47% -
XYZ 9.85 6.73 5.63 -
YUV 73.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 120 51 64 0 0.58 0.47 0.53 348.7 0.4 0.34
Hex 78 33 40 0 3A 2F 35 15D 28 22
Octal 170 63 100 0 72 57 65 535 50 42
Binary 1111000 110011 1000000 0 111010 101111 110101 101011101 101000 100010

Color Harmonies of #783340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783340

Black with #783340

Text Example


Text Example

White with #783340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783340; }

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

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

background-color css

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

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

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

border-color css

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

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

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