Html Css Color HEX #703637 Merlot

📋 copy color: '#703637'

red 112 ◦ green 54 ◦ blue 55

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

Shades of Merlot #703637

Tints of Merlot #703637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.89%

R = 50.68%
G = 24.43%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#703637 (or 0x703637) is known color: Merlot. HEX triplet: 70, 36 and 37. RGB value is (112,54,55). Sum of RGB (Red+Green+Blue) = 112+54+55=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703637 is #8FC9C8. Grayscale: #474747. Windows color (decimal): -9423305 or 3618416. OLE color: 3618416.

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

Color convert

RGB 112 54 55 -
CMYK 0 0.52 0.51 0.56
HSL 358.97º 0.35% 0.33% -
HSV(B) 358.97º 0.52% 0.44% -
XYZ 8.69 6.36 4.38 -
YUV 71.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 112 54 55 0 0.52 0.51 0.56 358.97 0.35 0.33
Hex 70 36 37 0 34 33 38 167 23 21
Octal 160 66 67 0 64 63 70 547 43 41
Binary 1110000 110110 110111 0 110100 110011 111000 101100111 100011 100001

Color Harmonies of #703637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703637

Black with #703637

Text Example


Text Example

White with #703637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703637; }

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

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

background-color css

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

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

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

border-color css

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

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

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