Html Css Color HEX #703941 Merlot

📋 copy color: '#703941'

red 112 ◦ green 57 ◦ blue 65

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

Shades of Merlot #703941

Tints of Merlot #703941

RGB

 RED value IS 112 (44.14% from 255) = 47.86%

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

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

R = 47.86%
G = 24.36%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#703941 (or 0x703941) is known color: Merlot. HEX triplet: 70, 39 and 41. RGB value is (112,57,65). Sum of RGB (Red+Green+Blue) = 112+57+65=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703941 is #8FC6BE. Grayscale: #4A4A4A. Windows color (decimal): -9422527 or 4274544. OLE color: 4274544.

HSL color Cylindrical-coordinate representation of color #703941: hue angle of 351.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #703941 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 65 -
CMYK 0 0.49 0.42 0.56
HSL 351.27º 0.33% 0.33% -
HSV(B) 351.27º 0.49% 0.44% -
XYZ 9.1 6.75 5.82 -
YUV 74.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 112 57 65 0 0.49 0.42 0.56 351.27 0.33 0.33
Hex 70 39 41 0 31 2A 38 15F 21 21
Octal 160 71 101 0 61 52 70 537 41 41
Binary 1110000 111001 1000001 0 110001 101010 111000 101011111 100001 100001

Color Harmonies of #703941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703941

Black with #703941

Text Example


Text Example

White with #703941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703941; }

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

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

background-color css

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

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

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

border-color css

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

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

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