Html Css Color HEX #703642 Merlot

📋 copy color: '#703642'

red 112 ◦ green 54 ◦ blue 66

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

Shades of Merlot #703642

Tints of Merlot #703642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

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

R = 48.28%
G = 23.28%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#703642 (or 0x703642) is known color: Merlot. HEX triplet: 70, 36 and 42. RGB value is (112,54,66). Sum of RGB (Red+Green+Blue) = 112+54+66=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703642 is #8FC9BD. Grayscale: #484848. Windows color (decimal): -9423294 or 4339312. OLE color: 4339312.

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

Color convert

RGB 112 54 66 -
CMYK 0 0.52 0.41 0.56
HSL 347.59º 0.35% 0.33% -
HSV(B) 347.59º 0.52% 0.44% -
XYZ 8.98 6.48 5.93 -
YUV 72.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 112 54 66 0 0.52 0.41 0.56 347.59 0.35 0.33
Hex 70 36 42 0 34 29 38 15C 23 21
Octal 160 66 102 0 64 51 70 534 43 41
Binary 1110000 110110 1000010 0 110100 101001 111000 101011100 100011 100001

Color Harmonies of #703642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703642

Black with #703642

Text Example


Text Example

White with #703642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703642; }

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

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

background-color css

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

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

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

border-color css

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

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

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