Html Css Color HEX #703743 Merlot

📋 copy color: '#703743'

red 112 ◦ green 55 ◦ blue 67

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

Shades of Merlot #703743

Tints of Merlot #703743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

 BLUE value IS 67 (26.56% from 255) = 28.63%

R = 47.86%
G = 23.5%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#703743 (or 0x703743) is known color: Merlot. HEX triplet: 70, 37 and 43. RGB value is (112,55,67). Sum of RGB (Red+Green+Blue) = 112+55+67=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703743 is #8FC8BC. Grayscale: #494949. Windows color (decimal): -9423037 or 4405104. OLE color: 4405104.

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

Color convert

RGB 112 55 67 -
CMYK 0 0.51 0.40 0.56
HSL 347.37º 0.34% 0.33% -
HSV(B) 347.37º 0.51% 0.44% -
XYZ 9.06 6.58 6.1 -
YUV 73.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 112 55 67 0 0.51 0.40 0.56 347.37 0.34 0.33
Hex 70 37 43 0 33 28 38 15B 22 21
Octal 160 67 103 0 63 50 70 533 42 41
Binary 1110000 110111 1000011 0 110011 101000 111000 101011011 100010 100001

Color Harmonies of #703743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703743

Black with #703743

Text Example


Text Example

White with #703743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703743; }

 p { color: rgb(112,55,67); }

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

background-color css

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

 a { background-color: rgb(112,55,67); }

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

border-color css

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

 span { border-color: rgb(112,55,67); }

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