Html Css Color HEX #703944 Merlot

📋 copy color: '#703944'

red 112 ◦ green 57 ◦ blue 68

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

Shades of Merlot #703944

Tints of Merlot #703944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.69%

R = 47.26%
G = 24.05%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#703944 (or 0x703944) is known color: Merlot. HEX triplet: 70, 39 and 44. RGB value is (112,57,68). Sum of RGB (Red+Green+Blue) = 112+57+68=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #703944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703944 is #8FC6BB. Grayscale: #4A4A4A. Windows color (decimal): -9422524 or 4471152. OLE color: 4471152.

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

Color convert

RGB 112 57 68 -
CMYK 0 0.49 0.39 0.56
HSL 348º 0.33% 0.33% -
HSV(B) 348º 0.49% 0.44% -
XYZ 9.19 6.79 6.29 -
YUV 74.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 112 57 68 0 0.49 0.39 0.56 348 0.33 0.33
Hex 70 39 44 0 31 27 38 15C 21 21
Octal 160 71 104 0 61 47 70 534 41 41
Binary 1110000 111001 1000100 0 110001 100111 111000 101011100 100001 100001

Color Harmonies of #703944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703944

Black with #703944

Text Example


Text Example

White with #703944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703944; }

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

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

background-color css

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

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

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

border-color css

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

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

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