Html Css Color HEX #783240 Merlot

📋 copy color: '#783240'

red 120 ◦ green 50 ◦ blue 64

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

Shades of Merlot #783240

Tints of Merlot #783240

RGB

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

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

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

R = 51.28%
G = 21.37%
B = 27.35%

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

#783240 (or 0x783240) is known color: Merlot. HEX triplet: 78, 32 and 40. RGB value is (120,50,64). Sum of RGB (Red+Green+Blue) = 120+50+64=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #783240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783240 is #87CDBF. Grayscale: #484848. Windows color (decimal): -8900032 or 4207224. OLE color: 4207224.

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

Color convert

RGB 120 50 64 -
CMYK 0 0.58 0.47 0.53
HSL 348º 0.41% 0.33% -
HSV(B) 348º 0.58% 0.47% -
XYZ 9.81 6.64 5.62 -
YUV 72.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 120 50 64 0 0.58 0.47 0.53 348 0.41 0.33
Hex 78 32 40 0 3A 2F 35 15C 29 21
Octal 170 62 100 0 72 57 65 534 51 41
Binary 1111000 110010 1000000 0 111010 101111 110101 101011100 101001 100001

Color Harmonies of #783240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783240

Black with #783240

Text Example


Text Example

White with #783240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783240; }

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

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

background-color css

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

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

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

border-color css

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

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

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