Html Css Color HEX #703742 Merlot

📋 copy color: '#703742'

red 112 ◦ green 55 ◦ blue 66

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

Shades of Merlot #703742

Tints of Merlot #703742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.33%

R = 48.07%
G = 23.61%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#703742 (or 0x703742) is known color: Merlot. HEX triplet: 70, 37 and 42. RGB value is (112,55,66). Sum of RGB (Red+Green+Blue) = 112+55+66=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703742 is #8FC8BD. Grayscale: #494949. Windows color (decimal): -9423038 or 4339568. OLE color: 4339568.

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

Color convert

RGB 112 55 66 -
CMYK 0 0.51 0.41 0.56
HSL 348.42º 0.34% 0.33% -
HSV(B) 348.42º 0.51% 0.44% -
XYZ 9.03 6.57 5.95 -
YUV 73.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 112 55 66 0 0.51 0.41 0.56 348.42 0.34 0.33
Hex 70 37 42 0 33 29 38 15C 22 21
Octal 160 67 102 0 63 51 70 534 42 41
Binary 1110000 110111 1000010 0 110011 101001 111000 101011100 100010 100001

Color Harmonies of #703742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703742

Black with #703742

Text Example


Text Example

White with #703742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703742; }

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

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

background-color css

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

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

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

border-color css

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

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

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