Html Css Color HEX #783941 Merlot

📋 copy color: '#783941'

red 120 ◦ green 57 ◦ blue 65

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

Shades of Merlot #783941

Tints of Merlot #783941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

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

R = 49.59%
G = 23.55%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#783941 (or 0x783941) is known color: Merlot. HEX triplet: 78, 39 and 41. RGB value is (120,57,65). Sum of RGB (Red+Green+Blue) = 120+57+65=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #783941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783941 is #87C6BE. Grayscale: #4C4C4C. Windows color (decimal): -8898239 or 4274552. OLE color: 4274552.

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

Color convert

RGB 120 57 65 -
CMYK 0 0.52 0.46 0.53
HSL 352.38º 0.36% 0.35% -
HSV(B) 352.38º 0.53% 0.47% -
XYZ 10.16 7.3 5.87 -
YUV 76.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 120 57 65 0 0.52 0.46 0.53 352.38 0.36 0.35
Hex 78 39 41 0 34 2E 35 160 24 23
Octal 170 71 101 0 64 56 65 540 44 43
Binary 1111000 111001 1000001 0 110100 101110 110101 101100000 100100 100011

Color Harmonies of #783941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783941

Black with #783941

Text Example


Text Example

White with #783941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783941; }

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

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

background-color css

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

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

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

border-color css

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

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

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